Searched defs:ms_index (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_tex.h | 91 PVirtualValue ms_index; member
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_tex.c | 1295 int ms_index = nir_tex_instr_src_index(tex, nir_tex_src_ms_index); in nir_lower_ms_txf_to_fragment_fetch() local
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample.h | 116 LLVMValueRef ms_index; member 155 LLVMValueRef ms_index; member
|
H A D | lp_bld_nir.c | 2284 LLVMValueRef explicit_lod = NULL, ms_index = NULL; in visit_tex() local
|
H A D | lp_bld_tgsi_soa.c | 2471 LLVMValueRef ms_index = NULL; in emit_fetch_texels() local
|
H A D | lp_bld_sample_soa.c | 3972 LLVMValueRef ms_index = NULL; in lp_build_sample_gen_func() local 3096 lp_build_fetch_texel(struct lp_build_sample_context *bld, unsigned texture_unit, LLVMValueRef ms_index, const LLVMValueRef *coords, LLVMValueRef explicit_lod, const LLVMValueRef *offsets, LLVMValueRef *colors_out) lp_build_fetch_texel() argument 3291 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 4684 LLVMValueRef ms_index = params->ms_index; lp_build_img_op_soa() local [all...] |
Completed in 22 milliseconds