| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_from_mesa.c | 118 case VARYING_SLOT_LAYER:
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_nir_lower_multiview.c | 206 layer_id_out->data.location = VARYING_SLOT_LAYER; 273 layer_id_out->data.location = VARYING_SLOT_LAYER;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_vertexstageexport.cpp | 81 output->data.location == VARYING_SLOT_LAYER || 98 output->data.location == VARYING_SLOT_LAYER) // VIEWPORT? 136 case VARYING_SLOT_LAYER: { 191 case VARYING_SLOT_LAYER: 304 location == VARYING_SLOT_LAYER) // VIEWPORT?
|
| H A D | sfn_shader_geometry.cpp | 117 location == VARYING_SLOT_LAYER ||
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_from_mesa.c | 120 case VARYING_SLOT_LAYER:
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| H A D | shader_enums.h | 252 VARYING_SLOT_LAYER, /* Appears as VS or GS output */ enumerator in enum:__anon0f1973a70303 335 #define VARYING_BIT_LAYER BITFIELD64_BIT(VARYING_SLOT_LAYER)
|
| H A D | shader_enums.c | 159 ENUM(VARYING_SLOT_LAYER),
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_shader_info.c | 405 case VARYING_SLOT_LAYER: 546 case VARYING_SLOT_LAYER: 686 if (idx >= VARYING_SLOT_VAR0 || idx == VARYING_SLOT_LAYER || 695 outinfo->vs_output_param_offset[VARYING_SLOT_LAYER] == AC_EXP_PARAM_UNDEFINED) { 698 outinfo->vs_output_param_offset[VARYING_SLOT_LAYER] = outinfo->param_exports++;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| H A D | shader_enums.h | 295 VARYING_SLOT_LAYER, /* Appears as VS or GS output */ enumerator in enum:__anon671c309a0303 454 #define VARYING_BIT_LAYER BITFIELD64_BIT(VARYING_SLOT_LAYER)
|
| H A D | shader_enums.c | 210 ENUM(VARYING_SLOT_LAYER),
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_input_attachments.c | 64 VARYING_SLOT_VIEW_INDEX : VARYING_SLOT_LAYER;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_nir_lower_multiview.c | 220 layer_id_out->data.location = VARYING_SLOT_LAYER;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | builtin_variables.cpp | 1245 var = add_output(VARYING_SLOT_LAYER, int_t, "gl_Layer"); 1266 var = add_output(VARYING_SLOT_LAYER, int_t, GLSL_PRECISION_HIGH, "gl_Layer"); 1432 add_varying(VARYING_SLOT_LAYER, int_t, GLSL_PRECISION_HIGH, 1540 add_varying(VARYING_SLOT_LAYER, int_t, GLSL_PRECISION_HIGH,
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | builtin_variables.cpp | 1046 var = add_output(VARYING_SLOT_LAYER, int_t, "gl_Layer"); 1124 var = add_output(VARYING_SLOT_LAYER, int_t, "gl_Layer"); 1140 var = add_output(VARYING_SLOT_LAYER, int_t, "gl_Layer"); 1272 var = add_input(VARYING_SLOT_LAYER, int_t, "gl_Layer");
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_link.cpp | 204 case VARYING_SLOT_LAYER:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_link.cpp | 204 case VARYING_SLOT_LAYER:
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_clear.c | 151 VARYING_SLOT_LAYER
|
| H A D | st_pbo.c | 301 unsigned outputs[] = { VARYING_SLOT_POS, VARYING_SLOT_LAYER }; 468 var->data.location = VARYING_SLOT_LAYER;
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_nir_to_llvm.c | 2456 ctx->input_mask |= 1ull << VARYING_SLOT_LAYER; 2457 ctx->inputs[ac_llvm_reg_index_soa(VARYING_SLOT_LAYER, 0)] = LLVMGetUndef(ctx->ac.i32); 2468 i == VARYING_SLOT_PRIMITIVE_ID || i == VARYING_SLOT_LAYER) { 2504 ctx->abi.view_index = ctx->inputs[ac_llvm_reg_index_soa(VARYING_SLOT_LAYER, 0)]; 2874 LLVMValueRef* tmp_out = &ctx->abi.outputs[ac_llvm_reg_index_soa(VARYING_SLOT_LAYER, 0)]; 2877 ctx->abi.outputs[ac_llvm_reg_index_soa(VARYING_SLOT_LAYER, i)] = 2882 ctx->output_mask |= 1ull << VARYING_SLOT_LAYER; 2938 if (ctx->output_mask & (1ull << VARYING_SLOT_LAYER)) { 2940 layer_value = radv_load_output(ctx, VARYING_SLOT_LAYER, 0); 3015 if (i != VARYING_SLOT_LAYER [all...] |
| H A D | radv_shader_info.c | 402 case VARYING_SLOT_LAYER:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_pbo.c | 335 out_layer->data.location = VARYING_SLOT_LAYER; 458 var->data.location = VARYING_SLOT_LAYER;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_vec4_visitor.cpp | 1255 if (output_reg[VARYING_SLOT_LAYER][0].file != BAD_FILE) { 1259 output_reg[VARYING_SLOT_LAYER][0].type = reg_y.type; 1260 emit(MOV(reg_y, src_reg(output_reg[VARYING_SLOT_LAYER][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)
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_vec4_visitor.cpp | 1160 if (output_reg[VARYING_SLOT_LAYER][0].file != BAD_FILE) { 1164 output_reg[VARYING_SLOT_LAYER][0].type = reg_y.type; 1165 emit(MOV(reg_y, src_reg(output_reg[VARYING_SLOT_LAYER][0])));
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| H A D | v3d_nir_lower_io.c | 185 if (location == VARYING_SLOT_LAYER) {
|