Searched refs:TGSI_OPCODE_UP4B (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 196 case TGSI_OPCODE_UP4B: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_exec.c | 5250 case TGSI_OPCODE_UP4B: in exec_instruction()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 388 #define TGSI_OPCODE_UP4B 57 macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 399 #define TGSI_OPCODE_UP4B 57 macro
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 97 { 1, 1, 0, 0, 0, 0, COMP, "UP4B", TGSI_OPCODE_UP4B },
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi.c | 252 case TGSI_OPCODE_UP4B: in lp_build_tgsi_inst_llvm()
|
D | lp_bld_tgsi_aos.c | 680 case TGSI_OPCODE_UP4B: in lp_emit_instruction_aos()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1517 [TGSI_OPCODE_UP4B] = 0, /* XXX */
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 10307 [TGSI_OPCODE_UP4B] = { ALU_OP0_NOP, tgsi_unsupported}, 10505 [TGSI_OPCODE_UP4B] = { ALU_OP0_NOP, tgsi_unsupported}, 10727 [TGSI_OPCODE_UP4B] = { ALU_OP0_NOP, tgsi_unsupported},
|