Searched refs:TGSI_OPCODE_TXQ (Results 1 – 16 of 16) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 135 { 1, 2, 1, 0, 0, 0, OTHR, "TXQ", TGSI_OPCODE_TXQ }, 334 case TGSI_OPCODE_TXQ: in tgsi_opcode_infer_type()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 134 case TGSI_OPCODE_TXQ: in tgsi_opcode_infer_type()
|
D | tgsi_scan.c | 61 opcode == TGSI_OPCODE_TXQ || in is_mem_query_inst() 93 opcode != TGSI_OPCODE_TXQ && in computes_derivative() 362 case TGSI_OPCODE_TXQ: in scan_instruction()
|
D | tgsi_util.c | 219 case TGSI_OPCODE_TXQ: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_exec.c | 5481 case TGSI_OPCODE_TXQ: in exec_instruction()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 426 #define TGSI_OPCODE_TXQ 95 macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 437 #define TGSI_OPCODE_TXQ 95 macro
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1551 [TGSI_OPCODE_TXQ] = 0, 1769 case TGSI_OPCODE_TXQ: in ttn_emit_instruction()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 822 case TGSI_OPCODE_TXQ: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_soa.c | 2629 opcode == TGSI_OPCODE_TXQ || in near_end_of_shader() 3895 bld.bld_base.op_actions[TGSI_OPCODE_TXQ].emit = txq_emit; in lp_build_tgsi_soa()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_mem.c | 1963 bld_base->op_actions[TGSI_OPCODE_TXQ].fetch_args = txq_fetch_args; in si_shader_context_init_mem() 1964 bld_base->op_actions[TGSI_OPCODE_TXQ].emit = txq_emit; in si_shader_context_init_mem()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 4147 opcode = TGSI_OPCODE_TXQ; in visit() 4152 opcode = TGSI_OPCODE_TXQ; in visit() 4316 else if (opcode == TGSI_OPCODE_TXQ) { in visit() 5831 case TGSI_OPCODE_TXQ: in compile_tgsi_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 7035 if (inst->Instruction.Opcode == TGSI_OPCODE_TXQ && in tgsi_tex() 7058 if (inst->Instruction.Opcode == TGSI_OPCODE_TXQ) { in tgsi_tex() 7139 inst->Instruction.Opcode != TGSI_OPCODE_TXQ) { in tgsi_tex() 10345 [TGSI_OPCODE_TXQ] = { FETCH_OP_GET_TEXTURE_RESINFO, tgsi_tex}, 10542 [TGSI_OPCODE_TXQ] = { FETCH_OP_GET_TEXTURE_RESINFO, tgsi_tex}, 10764 [TGSI_OPCODE_TXQ] = { FETCH_OP_GET_TEXTURE_RESINFO, tgsi_tex},
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 362 case TGSI_OPCODE_TXQ: in srcMask() 3560 case TGSI_OPCODE_TXQ: in handleInstruction()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 2673 if (inst->Instruction.Opcode == TGSI_OPCODE_TXQ) { in get_destination_info() 3589 case TGSI_OPCODE_TXQ: in iter_instruction()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 5582 case TGSI_OPCODE_TXQ: in emit_vgpu10_instruction()
|