Home
last modified time | relevance | path

Searched defs:sample_key (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h111 unsigned sample_key; member
H A Dlp_bld_nir.c2287 unsigned sample_key = 0; in visit_tex() local
[all...]
H A Dlp_bld_tgsi_soa.c2084 unsigned sample_key = sampler_op << LP_SAMPLER_OP_TYPE_SHIFT; in emit_tex() local
2297 unsigned sample_key = sample_type << LP_SAMPLER_OP_TYPE_SHIFT; emit_sample() local
2476 unsigned sample_key = LP_SAMPLER_OP_FETCH << LP_SAMPLER_OP_TYPE_SHIFT; emit_fetch_texels() local
[all...]
H A Dlp_bld_sample_soa.c3291 lp_build_sample_soa_code(struct gallivm_state *gallivm, const struct lp_static_texture_state *static_texture_state, const struct lp_static_sampler_state *static_sampler_state, struct lp_sampler_dynamic_state *dynamic_state, struct lp_type type, unsigned sample_key, unsigned texture_index, unsigned sampler_index, LLVMValueRef context_ptr, LLVMValueRef thread_data_ptr, const LLVMValueRef *coords, const LLVMValueRef *offsets, const struct lp_derivatives *derivs, LLVMValueRef lod, LLVMValueRef ms_index, LLVMValueRef aniso_filter_table, LLVMValueRef texel_out[4]) lp_build_sample_soa_code() argument
3955 lp_build_sample_gen_func(struct gallivm_state *gallivm, const struct lp_static_texture_state *static_texture_state, const struct lp_static_sampler_state *static_sampler_state, struct lp_sampler_dynamic_state *dynamic_state, struct lp_type type, unsigned texture_index, unsigned sampler_index, LLVMValueRef function, unsigned num_args, unsigned sample_key, bool has_aniso_filter_table) lp_build_sample_gen_func() argument
4106 unsigned sample_key = params->sample_key; lp_build_sample_soa_func() local
[all...]

Completed in 16 milliseconds