Home
last modified time | relevance | path

Searched refs:ms_index (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emittexinstruction.cpp464 src.ms_index, in emit_tex_txf_ms()
480 if (src.ms_index->type() != Value::literal || in emit_tex_txf_ms()
481 static_cast<const LiteralValue&>(*src.ms_index).value() != 0) { in emit_tex_txf_ms()
485 src.ms_index, literal(2), in emit_tex_txf_ms()
578 src.ms_index = from_nir(instr.src[i], 0); in get_inputs()
Dsfn_emittexinstruction.h53 PValue ms_index; member
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c3075 LLVMValueRef ms_index, in lp_build_fetch_texel() argument
3179 out1 = lp_build_cmp(int_coord_bld, PIPE_FUNC_LESS, ms_index, int_coord_bld->zero); in lp_build_fetch_texel()
3181 …out1 = lp_build_cmp(int_coord_bld, PIPE_FUNC_GEQUAL, ms_index, lp_build_broadcast_scalar(int_coord… in lp_build_fetch_texel()
3184 lp_build_mul(int_coord_bld, bld->sample_stride, ms_index)); in lp_build_fetch_texel()
3276 LLVMValueRef ms_index, /* optional */ in lp_build_sample_soa_code() argument
3615 lp_build_fetch_texel(&bld, texture_index, ms_index, newcoords, in lp_build_sample_soa_code()
3944 LLVMValueRef ms_index = NULL; in lp_build_sample_gen_func() local
3999 ms_index = LLVMGetParam(function, num_param++); in lp_build_sample_gen_func()
4043 ms_index, in lp_build_sample_gen_func()
4148 arg_types[num_param++] = LLVMTypeOf(params->ms_index); in lp_build_sample_soa_func()
[all …]
Dlp_bld_sample.h114 LLVMValueRef ms_index; member
152 LLVMValueRef ms_index; member
Dlp_bld_nir.c1416 params.ms_index = cast_type(bld_base, get_src(bld_base, instr->src[2]), nir_type_uint, 32); in visit_load_image()
1452 params.ms_index = get_src(bld_base, instr->src[2]); in visit_store_image()
1521 params.ms_index = get_src(bld_base, instr->src[2]); in visit_atomic_image()
1995 LLVMValueRef explicit_lod = NULL, ms_index = NULL; in visit_tex() local
2109 ms_index = cast_type(bld_base, get_src(bld_base, instr->src[i].src), nir_type_int, 32); in visit_tex()
2177 params.ms_index = ms_index; in visit_tex()
Dlp_bld_tgsi_soa.c2466 LLVMValueRef ms_index = NULL; in emit_fetch_texels() local
2532 ms_index = lp_build_emit_fetch(&bld->bld_base, inst, 0, 3); in emit_fetch_texels()
2575 params.ms_index = ms_index; in emit_fetch_texels()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_tex.c1224 int ms_index = nir_tex_instr_src_index(tex, nir_tex_src_ms_index); in nir_lower_ms_txf_to_fragment_fetch() local
1225 assert(ms_index >= 0); in nir_lower_ms_txf_to_fragment_fetch()
1226 nir_src sample = tex->src[ms_index].src; in nir_lower_ms_txf_to_fragment_fetch()
1240 nir_instr_rewrite_src_ssa(&tex->instr, &tex->src[ms_index].src, new_sample); in nir_lower_ms_txf_to_fragment_fetch()
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst1008 - pan/bi: Fix ms_idx type to catch missing ms_index source