Searched refs:TGSI_OPCODE_F2U64 (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 226 case TGSI_OPCODE_F2U64: in tgsi_opcode_infer_type() 302 case TGSI_OPCODE_F2U64: in tgsi_opcode_infer_src_type()
|
D | tgsi_util.c | 210 case TGSI_OPCODE_F2U64: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_exec.c | 6249 case TGSI_OPCODE_F2U64: in exec_instruction()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 297 { 1, 1, 0, 0, 0, 0, COMP, "F2U64", TGSI_OPCODE_F2U64 }, 460 case TGSI_OPCODE_F2U64: in tgsi_opcode_infer_type() 517 case TGSI_OPCODE_F2U64: in tgsi_opcode_infer_src_type()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 373 TGSI_OPCODE_F2U64 = 22, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 602 #define TGSI_OPCODE_F2U64 253 macro
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 677 case TGSI_OPCODE_F2U64: in inferDstType() 3882 case TGSI_OPCODE_F2U64: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 591 [nir_op_f2u64] = { TGSI_OPCODE_F2U64, TGSI_OPCODE_D2U64 }, in ntt_emit_alu()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 1231 bld_base->op_actions[TGSI_OPCODE_F2U64].emit = f2u64_emit; in lp_set_default_actions()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 2361 emit_asm(ir, TGSI_OPCODE_F2U64, result_dst, op[0]); in visit_expression()
|