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.h577 TGSI_OPCODE_DTRUNC = 218 /* nvc0 */, enumerator
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp598 case TGSI_OPCODE_DTRUNC: in inferSrcType()
4012 case TGSI_OPCODE_DTRUNC: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c3237 emit->info.opcode_count[TGSI_OPCODE_DTRUNC] > 0) { in alloc_common_immediates()
9263 case TGSI_OPCODE_DTRUNC: in opcode_has_dbl_src()
11115 case TGSI_OPCODE_DTRUNC: in emit_instruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1406 [nir_op_ftrunc] = { TGSI_OPCODE_TRUNC, TGSI_OPCODE_DTRUNC }, in ntt_emit_alu()