Searched refs:has_tess (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_build_pm4.h284 si_get_user_data_base(enum chip_class chip_class, enum si_has_tess has_tess, argument
291 if (has_tess) {
320 if (has_tess) {
H A Dsi_pipe.h1681 si_get_vs_inline(struct si_context *sctx, enum si_has_tess has_tess, enum si_has_gs has_gs) argument
1685 if (has_tess)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dpipelineobj.c713 const bool has_tess = _mesa_has_tessellation(ctx); local in function:_mesa_GetProgramPipelineiv
742 if (!has_tess)
748 if (!has_tess)
H A Dshaderapi.c676 const bool has_tess = _mesa_has_tessellation(ctx); local in function:get_programiv
889 if (!has_tess)
897 if (!has_tess)
905 if (!has_tess)
927 if (!has_tess)
935 if (!has_tess)
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dpipelineobj.c719 const bool has_tess = _mesa_has_tessellation(ctx); local in function:_mesa_GetProgramPipelineiv
748 if (!has_tess)
754 if (!has_tess)
H A Dshaderapi.c726 const bool has_tess = _mesa_has_tessellation(ctx); local in function:get_programiv
984 if (!has_tess)
992 if (!has_tess)
1000 if (!has_tess)
1022 if (!has_tess)
1030 if (!has_tess)
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_cmd_buffer.c588 if (cmd->state.has_tess)
2978 if (secondary->state.has_tess)
2979 cmd->state.has_tess = true;
3877 bool has_tess = local in function:tu6_draw_common
3882 !has_tess)
3937 if (has_tess) {
3940 cmd->state.has_tess = true;
3999 has_tess +
4017 if (has_tess)
4691 cmd_buffer->state.has_tess
[all...]
H A Dtu_private.h1021 bool has_tess; member in struct:tu_cmd_state
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline.c1830 bool has_tess = !!nir[MESA_SHADER_TESS_CTRL]; local in function:gfx9_get_gs_info
1832 es_info = has_tess ? &gs_info->tes.es_info : &gs_info->vs.es_info;
1834 es_info = has_tess ? &infos[MESA_SHADER_TESS_EVAL].tes.es_info
1939 gl_shader_stage es_stage = has_tess ? MESA_SHADER_TESS_EVAL : MESA_SHADER_VERTEX;
2480 bool has_tess = shaders[MESA_SHADER_TESS_CTRL]; local in function:radv_set_driver_locations
2489 vs_info_idx = has_tess ? MESA_SHADER_TESS_CTRL : MESA_SHADER_GEOMETRY;
2497 if (has_tess) {
3701 bool has_tess = radv_pipeline_has_tess(pipeline); local in function:radv_pipeline_stage_to_user_data_0
3708 if (has_tess) {
H A Dradv_cmd_buffer.c6353 radv_skip_ngg_culling(bool has_tess, const unsigned vtx_cnt, argument
6362 return !has_tess && !indirect && vtx_cnt < 128;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_pipeline.c2335 bool has_tess = radv_pipeline_has_tess(pipeline); local in function:radv_pipeline_stage_to_user_data_0
2341 return has_tess ? R_00B430_SPI_SHADER_USER_DATA_LS_0 :
2345 if (has_tess)
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c3748 bool has_tess = ctx->so->key.tessellation != IR3_TESS_NONE; local in function:emit_instructions
3752 if (has_tess) {
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.0.rst1221 - tu: Reset has_tess after renderpass

Completed in 59 milliseconds