Home
last modified time | relevance | path

Searched refs:fetch_functions (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_jit_types.h219 void **fetch_functions; member
H A Dlp_bld_jit_sample.c182 …ns_offset = op_type == LP_SAMPLER_OP_FETCH ? offsetof(struct lp_texture_functions, fetch_functions) in lp_bld_llvm_sampler_soa_emit_fetch_texel()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture_handle.c227 free(texture->fetch_functions); in llvmpipe_sampler_matrix_destroy()
892 compile_sample_functions(ctx, state, NULL, &entry->fetch_functions); in llvmpipe_register_texture()
975 …texture->fetch_functions[sample_key] = compile_sample_function(ctx, &texture->state, &dummy_sample… in register_sample_key()