| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_from_mesa.c | 122 case VARYING_SLOT_VIEWPORT:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_vertexstageexport.cpp | 83 output->data.location == VARYING_SLOT_VIEWPORT 125 case VARYING_SLOT_VIEWPORT: { 194 case VARYING_SLOT_VIEWPORT: 485 if (store_info.location == VARYING_SLOT_VIEWPORT) {
|
| H A D | sfn_shader_geometry.cpp | 118 location == VARYING_SLOT_VIEWPORT || 136 if (location == VARYING_SLOT_VIEWPORT) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_from_mesa.c | 124 case VARYING_SLOT_VIEWPORT:
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| H A D | shader_enums.h | 253 VARYING_SLOT_VIEWPORT, /* Appears as VS or GS output */ enumerator in enum:__anon0f1973a70303 336 #define VARYING_BIT_VIEWPORT BITFIELD64_BIT(VARYING_SLOT_VIEWPORT)
|
| H A D | shader_enums.c | 160 ENUM(VARYING_SLOT_VIEWPORT),
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| H A D | shader_enums.h | 296 VARYING_SLOT_VIEWPORT, /* Appears as VS or GS output */ enumerator in enum:__anon671c309a0303 455 #define VARYING_BIT_VIEWPORT BITFIELD64_BIT(VARYING_SLOT_VIEWPORT)
|
| H A D | shader_enums.c | 211 ENUM(VARYING_SLOT_VIEWPORT),
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | builtin_variables.cpp | 1247 var = add_output(VARYING_SLOT_VIEWPORT, int_t, "gl_ViewportIndex"); 1270 var = add_output(VARYING_SLOT_VIEWPORT, int_t, GLSL_PRECISION_HIGH, 1439 add_varying(VARYING_SLOT_VIEWPORT, int_t, "gl_ViewportIndex", INTERP_MODE_FLAT); 1534 add_varying(VARYING_SLOT_VIEWPORT, int_t, "gl_ViewportIndex", INTERP_MODE_FLAT);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | builtin_variables.cpp | 1051 var = add_output(VARYING_SLOT_VIEWPORT, int_t, "gl_ViewportIndex"); 1126 var = add_output(VARYING_SLOT_VIEWPORT, int_t, "gl_ViewportIndex"); 1144 var = add_output(VARYING_SLOT_VIEWPORT, int_t, "gl_ViewportIndex"); 1279 var = add_input(VARYING_SLOT_VIEWPORT, int_t, "gl_ViewportIndex");
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_link.cpp | 209 case VARYING_SLOT_VIEWPORT:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_link.cpp | 209 case VARYING_SLOT_VIEWPORT:
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_shader_info.c | 412 case VARYING_SLOT_VIEWPORT: 543 case VARYING_SLOT_VIEWPORT: 687 idx == VARYING_SLOT_PRIMITIVE_ID || idx == VARYING_SLOT_VIEWPORT ||
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_vec4_visitor.cpp | 1262 if (output_reg[VARYING_SLOT_VIEWPORT][0].file != BAD_FILE) { 1266 output_reg[VARYING_SLOT_VIEWPORT][0].type = reg_z.type; 1267 emit(MOV(reg_z, src_reg(output_reg[VARYING_SLOT_VIEWPORT][0])));
|
| H A D | gen6_gs_visitor.cpp | 719 * VARYING_SLOT_LAYER and VARYING_SLOT_VIEWPORT are packed in the same slot 722 if (varying == VARYING_SLOT_LAYER || varying == VARYING_SLOT_VIEWPORT)
|
| H A D | brw_fs_visitor.cpp | 745 sources[length++] = this->outputs[VARYING_SLOT_VIEWPORT];
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_vec4_visitor.cpp | 1167 if (output_reg[VARYING_SLOT_VIEWPORT][0].file != BAD_FILE) { 1171 output_reg[VARYING_SLOT_VIEWPORT][0].type = reg_z.type; 1172 emit(MOV(reg_z, src_reg(output_reg[VARYING_SLOT_VIEWPORT][0])));
|
| H A D | gfx6_gs_visitor.cpp | 680 * VARYING_SLOT_LAYER and VARYING_SLOT_VIEWPORT are packed in the same slot 683 if (varying == VARYING_SLOT_LAYER || varying == VARYING_SLOT_VIEWPORT)
|
| H A D | brw_fs_visitor.cpp | 850 sources[length++] = this->outputs[VARYING_SLOT_VIEWPORT];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_llvm_vs.c | 468 case VARYING_SLOT_VIEWPORT: 599 case VARYING_SLOT_VIEWPORT:
|
| H A D | si_shader_llvm_gs.c | 161 if (info->output_semantic[i] == VARYING_SLOT_VIEWPORT ||
|
| H A D | si_shader_llvm_tess.c | 973 if (semantic == VARYING_SLOT_LAYER || semantic == VARYING_SLOT_VIEWPORT)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_compiler.c | 652 case VARYING_SLOT_VIEWPORT: 701 case VARYING_SLOT_VIEWPORT:
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_nir.c | 581 if (var->data.location == VARYING_SLOT_VIEWPORT)
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | genX_pipeline.c | 383 if (attr == VARYING_SLOT_VIEWPORT || 1642 * - VARYING_SLOT_VIEWPORT in VARYING_SLOT_PSIZ.z 1651 } else if (varying == VARYING_SLOT_VIEWPORT) {
|