Searched refs:TGSI_OPCODE_TXB2 (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 300 case TGSI_OPCODE_TXB2: in tgsi_util_get_inst_usage_mask() 346 inst->Instruction.Opcode == TGSI_OPCODE_TXB2 || in tgsi_util_get_inst_usage_mask()
|
D | tgsi_lowering.c | 1045 if (opcode == TGSI_OPCODE_TXB2) { in transform_samp() 1408 case TGSI_OPCODE_TXB2: in transform_instr() 1551 info->opcode_count[TGSI_OPCODE_TXB2] + in tgsi_transform_lowering()
|
D | tgsi_scan.c | 371 case TGSI_OPCODE_TXB2: in scan_instruction()
|
D | tgsi_exec.c | 6005 case TGSI_OPCODE_TXB2: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 535 TGSI_OPCODE_TXB2 = 178, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 517 #define TGSI_OPCODE_TXB2 178 macro
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 220 { 1, 3, 1, 0, 0, 0, OTHR, "TXB2", TGSI_OPCODE_TXB2 },
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_info.c | 344 case TGSI_OPCODE_TXB2: in analyse_instruction()
|
D | lp_bld_tgsi_soa.c | 2686 opcode == TGSI_OPCODE_TXB2 || in near_end_of_shader() 4532 bld.bld_base.op_actions[TGSI_OPCODE_TXB2].emit = txb2_emit; in lp_build_tgsi_soa()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1357 case TGSI_OPCODE_TXB2: in ttn_tex() 1476 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_TXB2) { in ttn_tex() 1933 [TGSI_OPCODE_TXB2] = 0, 2104 case TGSI_OPCODE_TXB2: in ttn_emit_instruction()
|
D | nir_to_tgsi.c | 1897 tex_opcode = TGSI_OPCODE_TXB2; in ntt_emit_texture()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 312 case TGSI_OPCODE_TXB2: in srcMask() 2324 case TGSI_OPCODE_TXB2: shd = fetchSrc(1, 1); break; in handleTEX() 3462 case TGSI_OPCODE_TXB2: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 7574 inst->Instruction.Opcode == TGSI_OPCODE_TXB2 || in tgsi_tex() 7890 inst->Instruction.Opcode == TGSI_OPCODE_TXB2 || in tgsi_tex() 7894 if (inst->Instruction.Opcode == TGSI_OPCODE_TXB2 || in tgsi_tex() 11851 [TGSI_OPCODE_TXB2] = { FETCH_OP_SAMPLE_LB, tgsi_tex}, 12048 [TGSI_OPCODE_TXB2] = { FETCH_OP_SAMPLE_LB, tgsi_tex}, 12274 [TGSI_OPCODE_TXB2] = { FETCH_OP_SAMPLE_LB, tgsi_tex},
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 4352 opcode = TGSI_OPCODE_TXB2; in visit() 4579 } else if (opcode == TGSI_OPCODE_TXL2 || opcode == TGSI_OPCODE_TXB2) { in visit() 6170 case TGSI_OPCODE_TXB2: in compile_tgsi_instruction()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 8414 inst->Instruction.Opcode == TGSI_OPCODE_TXB2); in emit_txl_txb() 8416 if (inst->Instruction.Opcode == TGSI_OPCODE_TXB2) { in emit_txl_txb() 9393 case TGSI_OPCODE_TXB2: in emit_vgpu10_instruction()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 2638 case TGSI_OPCODE_TXB2: in translate_tex() 5056 case TGSI_OPCODE_TXB2: in iter_instruction()
|