Searched refs:dst_idx (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/tests/
H A Dst_tests_common.cpp336 st_dst_reg FakeCodeline::create_dst_register(int dst_idx,int writemask) argument
340 if (dst_idx >= 0) {
342 idx = dst_idx;
347 idx = 1 - dst_idx;
352 st_dst_reg FakeCodeline::create_dst_register(int dst_idx) argument
354 return create_dst_register(dst_idx, dst_idx < 0 ?
358 st_dst_reg FakeCodeline::create_dst_register(int dst_idx, gl_register_file file) argument
362 retval.index = dst_idx >= 0 ? dst_idx
380 int dst_idx = std::get<0>(dst); local in function:FakeCodeline::create_dst_register
[all...]
H A Dst_tests_common.h84 st_dst_reg create_dst_register(int dst_idx);
85 st_dst_reg create_dst_register(int dst_idx, int writemask);
86 st_dst_reg create_dst_register(int dst_idx, gl_register_file file);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.h117 tgsi_opcode_infer_dst_type(enum tgsi_opcode opcode, uint dst_idx);
H A Dtgsi_info.c323 tgsi_opcode_infer_dst_type(enum tgsi_opcode opcode, uint dst_idx) argument
325 if (dst_idx == 1 && opcode == TGSI_OPCODE_DFRACEXP)
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/tests/
H A Dst_tests_common.cpp336 st_dst_reg FakeCodeline::create_dst_register(int dst_idx,int writemask) argument
340 if (dst_idx >= 0) {
342 idx = dst_idx;
347 idx = 1 - dst_idx;
352 st_dst_reg FakeCodeline::create_dst_register(int dst_idx) argument
354 return create_dst_register(dst_idx, dst_idx < 0 ?
358 st_dst_reg FakeCodeline::create_dst_register(int dst_idx, gl_register_file file) argument
362 retval.index = dst_idx >= 0 ? dst_idx
380 int dst_idx = std::get<0>(dst); local in function:FakeCodeline::create_dst_register
[all...]
H A Dst_tests_common.h84 st_dst_reg create_dst_register(int dst_idx);
85 st_dst_reg create_dst_register(int dst_idx, int writemask);
86 st_dst_reg create_dst_register(int dst_idx, gl_register_file file);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.h117 tgsi_opcode_infer_dst_type(enum tgsi_opcode opcode, uint dst_idx);
H A Dtgsi_info.c336 tgsi_opcode_infer_dst_type(enum tgsi_opcode opcode, uint dst_idx) argument
338 if (dst_idx == 1 && opcode == TGSI_OPCODE_DFRACEXP)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.h82 unsigned int dst_idx,
H A Dradeon_compiler_util.c317 unsigned int dst_idx,
320 if (src_file != dst_file || src_idx != dst_idx) {
312 rc_src_reads_dst_mask(rc_register_file src_file,unsigned int src_idx,unsigned int src_swz,rc_register_file dst_file,unsigned int dst_idx,unsigned int dst_mask) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.h82 unsigned int dst_idx,
H A Dradeon_compiler_util.c317 unsigned int dst_idx,
320 if (src_file != dst_file || src_idx != dst_idx) {
312 rc_src_reads_dst_mask(rc_register_file src_file,unsigned int src_idx,unsigned int src_swz,rc_register_file dst_file,unsigned int dst_idx,unsigned int dst_mask) argument
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_format_convert.h195 unsigned dst_idx = 0; local in function:nir_format_bitcast_uvec_unmasked
200 dst_chan[dst_idx] = shifted;
202 dst_chan[dst_idx] = nir_ior(b, dst_chan[dst_idx], shifted);
207 dst_idx++;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_format_convert.h173 unsigned dst_idx = 0; local in function:nir_format_bitcast_uvec_unmasked
178 dst_chan[dst_idx] = shifted;
180 dst_chan[dst_idx] = nir_ior(b, dst_chan[dst_idx], shifted);
185 dst_idx++;
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_ra_validate.c395 unsigned dst_idx = ~0; local in function:chase_definition
398 dst_idx = i;
402 assert(dst_idx != ~0);
404 struct ir3_register *new_def = instr->srcs[dst_idx]->def;
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_descriptor_set.c1024 unsigned dst_idx = copyset->dstArrayElement + j; local in function:tu_update_descriptor_sets
1026 dst_idx += dst_binding_layout->dynamic_offset_offset;
1030 dst_dynamic = dst_set->dynamic_descriptors + dst_idx * A6XX_TEX_CONST_DWORDS;
H A Dtu_cmd_buffer.c1772 unsigned dst_idx = j + layout->set[idx].dynamic_offset_start; local in function:tu_CmdBindDescriptorSets
1776 &descriptors_state->dynamic_descriptors[dst_idx * A6XX_TEX_CONST_DWORDS];
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_descriptor_set.c1268 unsigned dst_idx = copyset->dstArrayElement + j; local in function:radv_update_descriptor_sets
1271 dst_idx += dst_binding_layout->dynamic_offset_offset;
1274 dst_range = dst_set->header.dynamic_descriptors + dst_idx;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_descriptor_set.c1086 unsigned dst_idx = copyset->dstArrayElement + j; local in function:radv_update_descriptor_sets
1089 dst_idx += dst_binding_layout->dynamic_offset_offset;
1092 dst_range = dst_set->dynamic_descriptors + dst_idx;

Completed in 30 milliseconds