Home
last modified time | relevance | path

Searched defs:sample_key (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture_handle.c346 struct lp_static_sampler_state *sampler, uint32_t sample_key) in compile_sample_function()
493 …unction(uint64_t _matrix, uint64_t _texture_functions, uint64_t _sampler_desc, uint32_t sample_key) in get_sample_function()
533 compile_jit_sample_function(struct llvmpipe_context *ctx, uint32_t sample_key) in compile_jit_sample_function()
739 for (uint32_t sample_key = 0; sample_key < LP_SAMPLE_KEY_COUNT; sample_key++) { in compile_sample_functions() local
872 register_sample_key(struct llvmpipe_context *ctx, uint32_t sample_key) in register_sample_key()
930 uint32_t sample_key = lp_build_nir_sample_key(b->shader->info.stage, tex); in register_instr() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_jit_types.c739 lp_build_sample_function_type(struct gallivm_state *gallivm, uint32_t sample_key) in lp_build_sample_function_type()
Dlp_bld_jit_sample.c217 LLVMValueRef sample_key = lp_build_const_int32(gallivm, params->sample_key); in lp_bld_llvm_sampler_soa_emit_fetch_texel() local
Dlp_bld_sample_soa.c3361 unsigned sample_key, in lp_build_sample_soa_code()
4068 unsigned sample_key, in lp_build_sample_gen_func()
4205 unsigned sample_key = params->sample_key; in lp_build_sample_soa_func() local
Dlp_bld_tgsi_soa.c2093 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
Dlp_bld_sample.h110 unsigned sample_key; member
Dlp_bld_nir.c2394 uint32_t sample_key = 0; in lp_build_nir_sample_key() local