Searched refs:TGSI_OPCODE_SAMPLE_I (Results 1 – 9 of 9) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 187 { 1, 2, 0, 0, 0, 0, OTHR, "SAMPLE_I", TGSI_OPCODE_SAMPLE_I }, 432 case TGSI_OPCODE_SAMPLE_I: in tgsi_opcode_infer_src_type()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 264 case TGSI_OPCODE_SAMPLE_I: in tgsi_opcode_infer_src_type()
|
D | tgsi_exec.c | 2553 if (inst->Instruction.Opcode == TGSI_OPCODE_SAMPLE_I || in exec_txf() 2596 if (inst->Instruction.Opcode == TGSI_OPCODE_SAMPLE_I || in exec_txf() 5709 case TGSI_OPCODE_SAMPLE_I: in exec_instruction()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 481 #define TGSI_OPCODE_SAMPLE_I 146 macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 490 #define TGSI_OPCODE_SAMPLE_I 146 macro
|
/external/mesa3d/src/gallium/docs/source/ |
D | resources.rst | 62 TGSI_OPCODE_SAMPLE_I) so the sampler state (coord wrapping etc.)
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 2638 opcode == TGSI_OPCODE_SAMPLE_I || in near_end_of_shader() 3908 bld.bld_base.op_actions[TGSI_OPCODE_SAMPLE_I].emit = sample_i_emit; in lp_build_tgsi_soa()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 10396 [TGSI_OPCODE_SAMPLE_I] = { 0, tgsi_unsupported}, 10593 [TGSI_OPCODE_SAMPLE_I] = { 0, tgsi_unsupported}, 10815 [TGSI_OPCODE_SAMPLE_I] = { 0, tgsi_unsupported},
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3554 case TGSI_OPCODE_SAMPLE_I: in handleInstruction()
|