HomeSort by: relevance | last modified time | path
    Searched defs:tess (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/glu/dist/src/libtess/
tess.c 40 #include "tess.h"
94 GLUtesselator *tess; local
103 tess = (GLUtesselator *)memAlloc( sizeof( GLUtesselator ));
104 if (tess == NULL) {
108 tess->state = T_DORMANT;
110 tess->normal[0] = 0;
111 tess->normal[1] = 0;
112 tess->normal[2] = 0;
114 tess->relTolerance = GLU_TESS_DEFAULT_TOLERANCE;
115 tess->windingRule = GLU_TESS_WINDING_ODD
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
shader_info.h 277 } tess; member in union:shader_info::__anon3439
  /xsrc/external/mit/MesaLib/dist/src/compiler/
shader_info.h 476 } tess; member in union:shader_info::__anon850
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_shader.h 407 /** Whether all codepaths write tess factors in all invocations. */
508 * - with tess: LS | HS | VS | | | PS
511 * - with tess: -> | HS | VS | | | PS
516 * - with tess: -> | HS | GS | | | PS
747 uint8_t tess : 1; member in struct:si_vgt_stages_key::__anon1619
759 uint8_t tess : 1;
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_pipeline.c 1641 struct radv_tessellation_state tess = {0}; local
1658 tess.lds_size = lds_size;
1660 tess.ls_hs_config = S_028B58_NUM_PATCHES(num_patches) |
1663 tess.num_patches = num_patches;
1720 tess.tf_param = S_028B6C_TYPE(type) |
1725 return tess;
1994 keys[MESA_SHADER_TESS_CTRL].tcs.primitive_mode = nir[MESA_SHADER_TESS_EVAL]->info.tess.primitive_mode;
2037 assert(tcs_info->tess.tcs_vertices_out == 0 ||
2038 tes_info->tess.tcs_vertices_out == 0 ||
2039 tcs_info->tess.tcs_vertices_out == tes_info->tess.tcs_vertices_out)
3765 struct radv_tessellation_state tess = {0}; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_pipeline.c 1970 if (tes->info.tess.point_mode)
1972 if (tes->info.tess.primitive_mode == GL_ISOLINES)
2402 (info->stage == MESA_SHADER_TESS_EVAL && info->tess.point_mode) ||
2669 const VkPipelineTessellationStateCreateInfo *tess = local
2671 if (tess)
2672 key.tcs.tess_input_vertices = tess->patchControlPoints;
2755 num_vertices_per_prim = nir[es_stage]->info.tess.point_mode ? 1
2756 : nir[es_stage]->info.tess.primitive_mode == GL_ISOLINES ? 2
3014 assert(tcs_info->tess.tcs_vertices_out == 0 || tes_info->tess.tcs_vertices_out == 0 |
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_private.h 1253 } tess; member in struct:tu_pipeline

Completed in 21 milliseconds