Searched refs:TGSI_OPCODE_DTRUNC (Results 1 – 7 of 7) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 260 { 1, 1, 0, 0, 0, 0, COMP, "DTRUNC", TGSI_OPCODE_DTRUNC }, 440 case TGSI_OPCODE_DTRUNC: in tgsi_opcode_infer_type()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 207 case TGSI_OPCODE_DTRUNC: in tgsi_opcode_infer_type()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 582 TGSI_OPCODE_DTRUNC = 218 /* nvc0 */, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 564 #define TGSI_OPCODE_DTRUNC 218 /* nvc0 */ macro
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 598 case TGSI_OPCODE_DTRUNC: in inferSrcType() 3945 case TGSI_OPCODE_DTRUNC: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 619 [nir_op_ftrunc] = { TGSI_OPCODE_TRUNC, TGSI_OPCODE_DTRUNC }, in ntt_emit_alu()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 9454 case TGSI_OPCODE_DTRUNC: in emit_vgpu10_instruction()
|