Searched refs:tess_input_vertices (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader.h80 unsigned tess_input_vertices; member in struct:radv_pipeline_key::__anonc0b8b2d60208
H A Dradv_shader.c865 ac_nir_lower_tess_to_const(nir, pl_key->tcs.tess_input_vertices, info->num_tess_patches,
H A Dradv_pipeline.c2672 key.tcs.tess_input_vertices = tess->patchControlPoints;
3043 unsigned tess_in_patch_size = pipeline_key->tcs.tess_input_vertices;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_private.h380 unsigned tess_input_vertices; member in struct:radv_pipeline_key
H A Dradv_pipeline.c1956 key.tess_input_vertices = pCreateInfo->pTessellationState->patchControlPoints;
1993 keys[MESA_SHADER_TESS_CTRL].tcs.input_vertices = key->tess_input_vertices;
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp8798 bld.copy(Definition(dst), Operand::c32(ctx->args->options->key.tcs.tess_input_vertices));

Completed in 40 milliseconds