Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_DROUND (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c210 case TGSI_OPCODE_DROUND: in tgsi_opcode_infer_type()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h579 TGSI_OPCODE_DROUND = 221 /* nvc0 */, enumerator
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp601 case TGSI_OPCODE_DROUND: in inferSrcType()
4143 case TGSI_OPCODE_DROUND: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c876 [nir_op_fround_even] = { TGSI_OPCODE_ROUND, TGSI_OPCODE_DROUND }, in ntt_emit_alu()