Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_DFLR (Results 1 – 8 of 8) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c262 { 1, 1, 0, 0, 0, 0, COMP, "DFLR", TGSI_OPCODE_DFLR },
442 case TGSI_OPCODE_DFLR: in tgsi_opcode_infer_type()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c209 case TGSI_OPCODE_DFLR: in tgsi_opcode_infer_type()
Dtgsi_exec.c6117 case TGSI_OPCODE_DFLR: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h584 TGSI_OPCODE_DFLR = 220 /* nvc0 */, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h566 #define TGSI_OPCODE_DFLR 220 /* nvc0 */ macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp600 case TGSI_OPCODE_DFLR: in inferSrcType()
3947 case TGSI_OPCODE_DFLR: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c571 [nir_op_ffloor] = { TGSI_OPCODE_FLR, TGSI_OPCODE_DFLR }, in ntt_emit_alu()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c9456 case TGSI_OPCODE_DFLR: in emit_vgpu10_instruction()