Searched refs:dest_value (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ | ||
| H A D | sfn_shader_base.cpp | 548 auto dest_value = varvec_from_nir(instr->dest, instr->num_components); local in function:r600::ShaderFromNirProcessor::emit_load_local_shared 550 emit_instruction(new LDSReadInstruction(address, dest_value)); 585 auto dest_value = from_nir(instr->dest, 0); local in function:r600::ShaderFromNirProcessor::emit_atomic_local_shared 591 emit_instruction(new LDSAtomicInstruction(dest_value, value, value2, address, op)); 593 emit_instruction(new LDSAtomicInstruction(dest_value, value, address, op)); |
Completed in 3 milliseconds