Searched refs:TGSI_OPCODE_I64MOD (Results 1 – 8 of 8) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 277 { 1, 2, 0, 0, 0, 0, COMP, "I64MOD", TGSI_OPCODE_I64MOD }, 470 case TGSI_OPCODE_I64MOD: in tgsi_opcode_infer_type()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 236 case TGSI_OPCODE_I64MOD: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 6245 case TGSI_OPCODE_I64MOD: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 616 TGSI_OPCODE_I64MOD = 246, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 582 #define TGSI_OPCODE_I64MOD 234 macro
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 640 [nir_op_imod] = { TGSI_OPCODE_MOD, TGSI_OPCODE_I64MOD }, in ntt_emit_alu()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2631 bld_base->op_actions[TGSI_OPCODE_I64MOD].emit = i64mod_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 627 case TGSI_OPCODE_I64MOD: in inferSrcType()
|