Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_ATOMDEC_WRAP (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c267 opcode == TGSI_OPCODE_ATOMINC_WRAP || opcode == TGSI_OPCODE_ATOMDEC_WRAP)) in tgsi_opcode_infer_src_type()
Dtgsi_scan.c405 case TGSI_OPCODE_ATOMDEC_WRAP: in scan_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h619 TGSI_OPCODE_ATOMDEC_WRAP = 251, enumerator
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp547 case TGSI_OPCODE_ATOMDEC_WRAP: in inferSrcType()
958 case TGSI_OPCODE_ATOMDEC_WRAP: return NV50_IR_SUBOP_ATOM_DEC; in opcodeToSubOp()
1608 case TGSI_OPCODE_ATOMDEC_WRAP: in scanInstruction()
3820 case TGSI_OPCODE_ATOMDEC_WRAP: in handleInstruction()