Searched refs:TGSI_OPCODE_U64DIV (Results 1 – 10 of 10) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 295 { 1, 2, 0, 0, 0, 0, COMP, "U64DIV", TGSI_OPCODE_U64DIV }, 456 case TGSI_OPCODE_U64DIV: in tgsi_opcode_infer_type()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 222 case TGSI_OPCODE_U64DIV: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 6236 case TGSI_OPCODE_U64DIV: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 615 TGSI_OPCODE_U64DIV = 245, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 600 #define TGSI_OPCODE_U64DIV 251 macro
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 577 [nir_op_udiv] = { TGSI_OPCODE_UDIV, TGSI_OPCODE_U64DIV }, in ntt_emit_alu()
|
D | tgsi_to_nir.c | 1963 [TGSI_OPCODE_U64DIV] = nir_op_udiv,
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2632 bld_base->op_actions[TGSI_OPCODE_U64DIV].emit = u64div_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 613 case TGSI_OPCODE_U64DIV: in inferSrcType()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 12093 [TGSI_OPCODE_U64DIV] = { ALU_OP0_NOP, egcm_u64div }, 12319 [TGSI_OPCODE_U64DIV] = { ALU_OP0_NOP, egcm_u64div },
|