Searched defs:sample_key (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_texture_handle.c | 158 uint32_t sample_key; member 400 struct lp_static_sampler_state *sampler, uint32_t sample_key) in compile_sample_function() 552 …unction(uint64_t _matrix, uint64_t _texture_functions, uint64_t _sampler_desc, uint32_t sample_key) in get_sample_function() 608 compile_jit_sample_function(struct llvmpipe_context *ctx, uint32_t sample_key) in compile_jit_sample_function() 814 for (uint32_t sample_key = 0; sample_key < LP_SAMPLE_KEY_COUNT; sample_key++) { in compile_sample_functions() local 955 register_sample_key(struct llvmpipe_context *ctx, uint32_t sample_key) in register_sample_key() 1021 uint32_t sample_key = lp_build_nir_sample_key(b->shader->info.stage, tex); in register_instr() local
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample_soa.c | 3450 unsigned sample_key, in lp_build_sample_soa_code() 4166 unsigned sample_key, in lp_build_sample_gen_func() 4303 unsigned sample_key = params->sample_key; in lp_build_sample_soa_func() local
|
H A D | lp_bld_jit_sample.c | 218 LLVMValueRef sample_key = lp_build_const_int32(gallivm, params->sample_key); in lp_bld_llvm_sampler_soa_emit_fetch_texel() local
|
H A D | lp_bld_jit_types.c | 778 lp_build_sample_function_type(struct gallivm_state *gallivm, uint32_t sample_key) in lp_build_sample_function_type()
|
H A D | lp_bld_tgsi_soa.c | 2093 unsigned sample_key = sampler_op << LP_SAMPLER_OP_TYPE_SHIFT; in emit_tex() local 2306 unsigned sample_key = sample_type << LP_SAMPLER_OP_TYPE_SHIFT; in emit_sample() local 2485 unsigned sample_key = LP_SAMPLER_OP_FETCH << LP_SAMPLER_OP_TYPE_SHIFT; in emit_fetch_texels() local
|
H A D | lp_bld_sample.h | 112 unsigned sample_key; member
|
H A D | lp_bld_nir.c | 2411 uint32_t sample_key = 0; in lp_build_nir_sample_key() local
|