Searched refs:TGSI_OPCODE_DCEIL (Results 1 – 7 of 7) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 261 { 1, 1, 0, 0, 0, 0, COMP, "DCEIL", TGSI_OPCODE_DCEIL }, 441 case TGSI_OPCODE_DCEIL: in tgsi_opcode_infer_type()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 208 case TGSI_OPCODE_DCEIL: in tgsi_opcode_infer_type()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 583 TGSI_OPCODE_DCEIL = 219 /* nvc0 */, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 565 #define TGSI_OPCODE_DCEIL 219 /* nvc0 */ macro
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 599 case TGSI_OPCODE_DCEIL: in inferSrcType() 3946 case TGSI_OPCODE_DCEIL: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 573 [nir_op_fceil] = { TGSI_OPCODE_CEIL, TGSI_OPCODE_DCEIL }, in ntt_emit_alu()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 9455 case TGSI_OPCODE_DCEIL: in emit_vgpu10_instruction()
|