| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_emittexinstruction.h | 53 PValue ms_index; member in struct:r600::EmitTexInstruction::TexInputs
|
| H A D | sfn_emittexinstruction.cpp | 464 src.ms_index, 480 if (src.ms_index->type() != Value::literal || 481 static_cast<const LiteralValue&>(*src.ms_index).value() != 0) { 485 src.ms_index, literal(2), 578 src.ms_index = from_nir(instr.src[i], 0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample.h | 114 LLVMValueRef ms_index; member in struct:lp_sampler_params 152 LLVMValueRef ms_index; member in struct:lp_img_params
|
| H A D | lp_bld_sample_soa.c | 3075 LLVMValueRef ms_index, 3179 out1 = lp_build_cmp(int_coord_bld, PIPE_FUNC_LESS, ms_index, int_coord_bld->zero); 3181 out1 = lp_build_cmp(int_coord_bld, PIPE_FUNC_GEQUAL, ms_index, lp_build_broadcast_scalar(int_coord_bld, num_samples)); 3184 lp_build_mul(int_coord_bld, bld->sample_stride, ms_index)); 3276 LLVMValueRef ms_index, /* optional */ 3615 lp_build_fetch_texel(&bld, texture_index, ms_index, newcoords, 3944 LLVMValueRef ms_index = NULL; local in function:lp_build_sample_gen_func 3999 ms_index = LLVMGetParam(function, num_param++); 4043 ms_index, 4148 arg_types[num_param++] = LLVMTypeOf(params->ms_index); 3073 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) argument 3262 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]) argument 4611 LLVMValueRef ms_index = params->ms_index; local in function:lp_build_img_op_soa [all...] |
| H A D | lp_bld_nir.c | 1415 params.ms_index = cast_type(bld_base, get_src(bld_base, instr->src[2]), nir_type_uint, 32); 1451 params.ms_index = get_src(bld_base, instr->src[2]); 1520 params.ms_index = get_src(bld_base, instr->src[2]); 1994 LLVMValueRef explicit_lod = NULL, ms_index = NULL; local in function:visit_tex 2108 ms_index = cast_type(bld_base, get_src(bld_base, instr->src[i].src), nir_type_int, 32); 2176 params.ms_index = ms_index;
|
| H A D | lp_bld_tgsi_soa.c | 2466 LLVMValueRef ms_index = NULL; local in function:emit_fetch_texels 2532 ms_index = lp_build_emit_fetch(&bld->bld_base, inst, 0, 3); 2575 params.ms_index = ms_index;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_tex.c | 1224 int ms_index = nir_tex_instr_src_index(tex, nir_tex_src_ms_index); local in function:nir_lower_ms_txf_to_fragment_fetch 1225 assert(ms_index >= 0); 1226 nir_src sample = tex->src[ms_index].src; 1240 nir_instr_rewrite_src_ssa(&tex->instr, &tex->src[ms_index].src, new_sample);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.3.0.rst | 1008 - pan/bi: Fix ms_idx type to catch missing ms_index source
|