Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_DCEIL (Results 1 – 7 of 7) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c261 { 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/
Dtgsi_info.c208 case TGSI_OPCODE_DCEIL: in tgsi_opcode_infer_type()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h583 TGSI_OPCODE_DCEIL = 219 /* nvc0 */, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h565 #define TGSI_OPCODE_DCEIL 219 /* nvc0 */ macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp599 case TGSI_OPCODE_DCEIL: in inferSrcType()
3946 case TGSI_OPCODE_DCEIL: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c573 [nir_op_fceil] = { TGSI_OPCODE_CEIL, TGSI_OPCODE_DCEIL }, in ntt_emit_alu()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c9455 case TGSI_OPCODE_DCEIL: in emit_vgpu10_instruction()