Searched refs:TGSI_OPCODE_TXB2 (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 521 #define TGSI_OPCODE_TXB2 178 macro
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 220 { 1, 3, 1, 0, 0, 0, 0, OTHR, "TXB2", TGSI_OPCODE_TXB2 },
|
D | tgsi_lowering.c | 1196 if (opcode == TGSI_OPCODE_TXB2) { in transform_samp() 1579 case TGSI_OPCODE_TXB2: in transform_instr() 1742 info->opcode_count[TGSI_OPCODE_TXB2] + in tgsi_transform_lowering()
|
D | tgsi_exec.c | 5948 case TGSI_OPCODE_TXB2: in exec_instruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1276 case TGSI_OPCODE_TXB2: in ttn_tex() 1392 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_TXB2) { in ttn_tex() 1672 [TGSI_OPCODE_TXB2] = 0, 1843 case TGSI_OPCODE_TXB2: in ttn_emit_instruction()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_info.c | 339 case TGSI_OPCODE_TXB2: in analyse_instruction()
|
D | lp_bld_tgsi_soa.c | 2755 opcode == TGSI_OPCODE_TXB2 || in near_end_of_shader() 4015 bld.bld_base.op_actions[TGSI_OPCODE_TXB2].emit = txb2_emit; in lp_build_tgsi_soa()
|
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
D | toy_tgsi.c | 359 case TGSI_OPCODE_TXB2: in aos_tex() 912 [TGSI_OPCODE_TXB2] = aos_tex, 1453 [TGSI_OPCODE_TXB2] = soa_passthrough,
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 5478 inst->Instruction.Opcode == TGSI_OPCODE_TXB2); in emit_txl_txb() 5480 if (inst->Instruction.Opcode == TGSI_OPCODE_TXB2) { in emit_txl_txb() 5786 case TGSI_OPCODE_TXB2: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 6808 inst->Instruction.Opcode == TGSI_OPCODE_TXB2 || in tgsi_tex() 7092 inst->Instruction.Opcode == TGSI_OPCODE_TXB2 || in tgsi_tex() 7096 if (inst->Instruction.Opcode == TGSI_OPCODE_TXB2 || in tgsi_tex() 9239 [TGSI_OPCODE_TXB2] = { FETCH_OP_SAMPLE_LB, tgsi_tex}, 9437 [TGSI_OPCODE_TXB2] = { FETCH_OP_SAMPLE_LB, tgsi_tex}, 9660 [TGSI_OPCODE_TXB2] = { FETCH_OP_SAMPLE_LB, tgsi_tex},
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 4002 opcode = TGSI_OPCODE_TXB2; in visit() 4199 } else if (opcode == TGSI_OPCODE_TXL2 || opcode == TGSI_OPCODE_TXB2) { in visit() 5635 case TGSI_OPCODE_TXB2: in compile_tgsi_instruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 300 case TGSI_OPCODE_TXB2: in srcMask() 3331 case TGSI_OPCODE_TXB2: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.c | 4602 if (opcode == TGSI_OPCODE_TXB2) in tex_fetch_args() 4971 case TGSI_OPCODE_TXB2: in build_tex_intrinsic() 6735 bld_base->op_actions[TGSI_OPCODE_TXB2] = tex_action; in si_init_shader_ctx()
|