Searched refs:TGSI_OPCODE_DROUND (Results 1 – 6 of 6) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 263 { 1, 1, 0, 0, 0, 0, COMP, "DROUND", TGSI_OPCODE_DROUND }, 443 case TGSI_OPCODE_DROUND: in tgsi_opcode_infer_type()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 210 case TGSI_OPCODE_DROUND: in tgsi_opcode_infer_type()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 585 TGSI_OPCODE_DROUND = 221 /* nvc0 */, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 567 #define TGSI_OPCODE_DROUND 221 /* nvc0 */ macro
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 601 case TGSI_OPCODE_DROUND: in inferSrcType() 4082 case TGSI_OPCODE_DROUND: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 574 [nir_op_fround_even] = { TGSI_OPCODE_ROUND, TGSI_OPCODE_DROUND }, in ntt_emit_alu()
|