HomeSort by: relevance | last modified time | path
    Searched refs:VARYING_SLOT_TESS_MAX (Results 1 - 25 of 32) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_vue_map.c 233 * values equal to VARYING_SLOT_TESS_MAX , we need to ensure that
234 * VARYING_SLOT_TESS_MAX is <= 127, not 128.
236 STATIC_ASSERT(VARYING_SLOT_TESS_MAX <= 127);
238 for (int i = 0; i < VARYING_SLOT_TESS_MAX ; ++i) {
brw_vec4.h 122 dst_reg output_reg[VARYING_SLOT_TESS_MAX][4];
123 unsigned output_num_components[VARYING_SLOT_TESS_MAX][4];
124 const char *output_reg_annotation[VARYING_SLOT_TESS_MAX];
brw_compiler.h 1172 signed char varying_to_slot[VARYING_SLOT_TESS_MAX];
1181 signed char slot_to_varying[VARYING_SLOT_TESS_MAX];
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_vue_map.c 216 * values equal to VARYING_SLOT_TESS_MAX , we need to ensure that
217 * VARYING_SLOT_TESS_MAX is <= 127, not 128.
219 STATIC_ASSERT(VARYING_SLOT_TESS_MAX <= 127);
221 for (int i = 0; i < VARYING_SLOT_TESS_MAX ; ++i) {
brw_vec4.h 119 dst_reg output_reg[VARYING_SLOT_TESS_MAX][4];
120 unsigned output_num_components[VARYING_SLOT_TESS_MAX][4];
121 const char *output_reg_annotation[VARYING_SLOT_TESS_MAX];
brw_compiler.h 937 signed char varying_to_slot[VARYING_SLOT_TESS_MAX];
946 signed char slot_to_varying[VARYING_SLOT_TESS_MAX];
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
shader_enums.h 301 #define VARYING_SLOT_TESS_MAX (VARYING_SLOT_PATCH0 + MAX_VARYING)
302 #define MAX_VARYINGS_INCL_PATCH (VARYING_SLOT_TESS_MAX - VARYING_SLOT_VAR0)
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_lower_io_arrays_to_elements.c 370 BITSET_DECLARE(indirects, 4 * VARYING_SLOT_TESS_MAX) = {0};
408 BITSET_DECLARE(indirects, 4 * VARYING_SLOT_TESS_MAX) = {0};
nir_lower_io_to_vector.c 39 #define MAX_SLOTS MAX2(VARYING_SLOT_TESS_MAX, FRAG_RESULT_MAX+1)
nir_gather_info.c 93 assert(idx >= VARYING_SLOT_PATCH0 && idx < VARYING_SLOT_TESS_MAX);
nir_linking_helpers.c 1413 unsigned assigned_locations[VARYING_SLOT_TESS_MAX];
  /xsrc/external/mit/MesaLib/dist/src/compiler/
shader_enums.h 414 #define VARYING_SLOT_TESS_MAX (VARYING_SLOT_PATCH0 + MAX_VARYING)
415 #define MAX_VARYINGS_INCL_PATCH (VARYING_SLOT_TESS_MAX - VARYING_SLOT_VAR0)
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
varyings_test.cpp 71 ir_variable *junk[VARYING_SLOT_TESS_MAX];
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_shader.h 416 if (slot >= VARYING_SLOT_PATCH0 && slot <= VARYING_SLOT_TESS_MAX)
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
varyings_test.cpp 73 ir_variable *junk[VARYING_SLOT_TESS_MAX];
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
ir_set_program_inouts.cpp 104 assert(idx >= VARYING_SLOT_PATCH0 && idx < VARYING_SLOT_TESS_MAX);
link_varyings.cpp 2541 ir_variable *consumer_inputs_with_locations[VARYING_SLOT_TESS_MAX])
2545 sizeof(consumer_inputs_with_locations[0]) * VARYING_SLOT_TESS_MAX);
2600 ir_variable *consumer_inputs_with_locations[VARYING_SLOT_TESS_MAX])
2812 ir_variable *consumer_inputs_with_locations[VARYING_SLOT_TESS_MAX] = {
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
ir_set_program_inouts.cpp 104 assert(idx >= VARYING_SLOT_PATCH0 && idx < VARYING_SLOT_TESS_MAX);
link_varyings.cpp 2328 ir_variable *consumer_inputs_with_locations[VARYING_SLOT_TESS_MAX])
2332 sizeof(consumer_inputs_with_locations[0]) * VARYING_SLOT_TESS_MAX);
2387 ir_variable *consumer_inputs_with_locations[VARYING_SLOT_TESS_MAX])
2590 ir_variable *consumer_inputs_with_locations[VARYING_SLOT_TESS_MAX] = {
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_gather_info.c 43 assert(idx >= VARYING_SLOT_PATCH0 && idx < VARYING_SLOT_TESS_MAX);
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_program.c 471 ubyte output_mapping[VARYING_SLOT_TESS_MAX];
1724 ubyte inputSlotToAttr[VARYING_SLOT_TESS_MAX];
1725 ubyte inputMapping[VARYING_SLOT_TESS_MAX];
1726 ubyte outputMapping[VARYING_SLOT_TESS_MAX];
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_program.c 1413 ubyte inputSlotToAttr[VARYING_SLOT_TESS_MAX];
1414 ubyte inputMapping[VARYING_SLOT_TESS_MAX];
1415 ubyte outputMapping[VARYING_SLOT_TESS_MAX];
1565 ubyte outputMapping[VARYING_SLOT_TESS_MAX];
st_glsl_to_nir.cpp 117 unsigned assigned_locations[VARYING_SLOT_TESS_MAX];
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_nir_lower_tess.c 430 location <= VARYING_SLOT_TESS_MAX);
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_shader.c 669 uint8_t output_map[VARYING_SLOT_TESS_MAX];

Completed in 29 milliseconds

1 2