Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c261 { 1, 1, 0, 0, 0, 0, COMP, "DCEIL", TGSI_OPCODE_DCEIL },
403 case TGSI_OPCODE_DCEIL: in tgsi_opcode_infer_type()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c206 case TGSI_OPCODE_DCEIL: in tgsi_opcode_infer_type()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h567 #define TGSI_OPCODE_DCEIL 219 /* nvc0 */ macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h573 #define TGSI_OPCODE_DCEIL 219 /* nvc0 */ macro
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c728 bld_base->op_actions[TGSI_OPCODE_DCEIL].emit = build_tgsi_intrinsic_nomem; in si_shader_context_init_alu()
729 bld_base->op_actions[TGSI_OPCODE_DCEIL].intr_name = "llvm.ceil.f64"; in si_shader_context_init_alu()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp659 case TGSI_OPCODE_DCEIL: in inferSrcType()
4016 case TGSI_OPCODE_DCEIL: in handleInstruction()