| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/tests/ |
| H A D | st_tests_common.cpp | 336 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 D | st_tests_common.h | 84 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 D | tgsi_info.h | 117 tgsi_opcode_infer_dst_type(enum tgsi_opcode opcode, uint dst_idx);
|
| H A D | tgsi_info.c | 323 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 D | st_tests_common.cpp | 336 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 D | st_tests_common.h | 84 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 D | tgsi_info.h | 117 tgsi_opcode_infer_dst_type(enum tgsi_opcode opcode, uint dst_idx);
|
| H A D | tgsi_info.c | 336 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 D | radeon_compiler_util.h | 82 unsigned int dst_idx,
|
| H A D | radeon_compiler_util.c | 317 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 D | radeon_compiler_util.h | 82 unsigned int dst_idx,
|
| H A D | radeon_compiler_util.c | 317 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 D | nir_format_convert.h | 195 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 D | nir_format_convert.h | 173 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 D | ir3_ra_validate.c | 395 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 D | tu_descriptor_set.c | 1024 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 D | tu_cmd_buffer.c | 1772 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 D | radv_descriptor_set.c | 1268 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 D | radv_descriptor_set.c | 1086 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;
|