Searched refs:ms_index (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_emittexinstruction.h | 53 PValue ms_index; member
|
D | sfn_emittexinstruction.cpp | 809 src.ms_index, in emit_tex_txf_ms() 824 if (src.ms_index->type() != Value::literal || in emit_tex_txf_ms() 825 static_cast<const LiteralValue&>(*src.ms_index).value() != 0) { in emit_tex_txf_ms() 827 src.ms_index, literal(2), in emit_tex_txf_ms() 920 src.ms_index = from_nir(instr.src[i], 0); in get_inputs()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample_soa.c | 2619 LLVMValueRef ms_index, in lp_build_fetch_texel() argument 2723 out1 = lp_build_cmp(int_coord_bld, PIPE_FUNC_LESS, ms_index, int_coord_bld->zero); in lp_build_fetch_texel() 2725 …out1 = lp_build_cmp(int_coord_bld, PIPE_FUNC_GEQUAL, ms_index, lp_build_broadcast_scalar(int_coord… in lp_build_fetch_texel() 2728 lp_build_mul(int_coord_bld, bld->sample_stride, ms_index)); in lp_build_fetch_texel() 2820 LLVMValueRef ms_index, /* optional */ in lp_build_sample_soa_code() argument 3157 lp_build_fetch_texel(&bld, texture_index, ms_index, newcoords, in lp_build_sample_soa_code() 3483 LLVMValueRef ms_index = NULL; in lp_build_sample_gen_func() local 3535 ms_index = LLVMGetParam(function, num_param++); in lp_build_sample_gen_func() 3579 ms_index, in lp_build_sample_gen_func() 3681 arg_types[num_param++] = LLVMTypeOf(params->ms_index); in lp_build_sample_soa_func() [all …]
|
D | lp_bld_sample.h | 114 LLVMValueRef ms_index; member 151 LLVMValueRef ms_index; member
|
D | lp_bld_nir.c | 1284 params.ms_index = cast_type(bld_base, get_src(bld_base, instr->src[2]), nir_type_uint, 32); in visit_load_image() 1320 params.ms_index = get_src(bld_base, instr->src[2]); in visit_store_image() 1389 params.ms_index = get_src(bld_base, instr->src[2]); in visit_atomic_image() 1833 LLVMValueRef explicit_lod = NULL, projector = NULL, ms_index = NULL; in visit_tex() local 1950 ms_index = cast_type(bld_base, get_src(bld_base, instr->src[i].src), nir_type_int, 32); in visit_tex() 2025 params.ms_index = ms_index; in visit_tex()
|
D | lp_bld_tgsi_soa.c | 2466 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()
|
/external/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 1008 - pan/bi: Fix ms_idx type to catch missing ms_index source
|