Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_DTRUNC (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c207 case TGSI_OPCODE_DTRUNC: in tgsi_opcode_infer_type()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h576 TGSI_OPCODE_DTRUNC = 218 /* nvc0 */, enumerator
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp598 case TGSI_OPCODE_DTRUNC: in inferSrcType()
4006 case TGSI_OPCODE_DTRUNC: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c921 [nir_op_ftrunc] = { TGSI_OPCODE_TRUNC, TGSI_OPCODE_DTRUNC }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c9509 case TGSI_OPCODE_DTRUNC: in emit_vgpu10_instruction()