Searched refs:has_gs (Results 1 - 25 of 27) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_build_pm4.h285 enum si_has_gs has_gs, enum si_has_ngg ngg,
300 if (ngg || has_gs) {
305 } else if (has_gs) {
322 if (ngg || has_gs) {
327 } else if (has_gs) {
284 si_get_user_data_base(enum chip_class chip_class,enum si_has_tess has_tess,enum si_has_gs has_gs,enum si_has_ngg ngg,enum pipe_shader_type shader) argument
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
1683 if (has_gs)
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_shader.h303 unsigned has_gs : 1; member in struct:ir3_shader_key::__anon448bd35c030a::__anon448bd35c0408
712 if (key->tessellation || key->has_gs)
H A Dir3_compiler_nir.c3654 return !so->key.has_gs && !so->key.tessellation;
3656 return !so->key.has_gs;
3749 bool has_gs = ctx->so->key.has_gs; local in function:emit_instructions
3759 } else if (has_gs) {
3773 if (has_gs) {
4012 (so->key.has_gs || so->key.tessellation)) ||
4013 (so->type == MESA_SHADER_TESS_EVAL && so->key.has_gs)) {
H A Dir3_nir.c638 if (so->key.has_gs || so->key.tessellation) {
652 if (so->key.has_gs)
H A Dir3_shader.c504 key->has_gs = true;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dpipelineobj.c712 const bool has_gs = _mesa_has_geometry_shaders(ctx); local in function:_mesa_GetProgramPipelineiv
754 if (!has_gs)
H A Dshaderapi.c675 const bool has_gs = _mesa_has_geometry_shaders(ctx); local in function:get_programiv
782 if (!has_gs)
790 if (!has_gs || !ctx->Extensions.ARB_gpu_shader5)
798 if (!has_gs)
806 if (!has_gs)
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dpipelineobj.c718 const bool has_gs = _mesa_has_geometry_shaders(ctx); local in function:_mesa_GetProgramPipelineiv
760 if (!has_gs)
H A Dshaderapi.c725 const bool has_gs = _mesa_has_geometry_shaders(ctx); local in function:get_programiv
868 if (!has_gs)
876 if (!has_gs ||
886 if (!has_gs)
894 if (!has_gs)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.h299 unsigned has_gs:1; member in struct:draw_llvm_variant_key
H A Ddraw_llvm.c1563 const boolean bypass_viewport = key->has_gs || key->bypass_viewport ||
1565 const boolean enable_cliptest = !key->has_gs && (key->clip_xy ||
1986 key->has_gs = llvm->draw->gs.geometry_shader != NULL;
2057 debug_printf("has_gs = %u\n", key->has_gs);
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dvx_cmd_buffer.c1823 if (pipeline->has_gs) {
1837 if (pipeline->has_gs) {
1847 if (pipeline->has_gs) {
1864 if (pipeline->has_gs) {
1920 (pipeline->has_gs && prog_data_gs->uses_pid) || prog_data_fs->uses_pid;
1922 !pipeline->has_gs && prog_data_fs->uses_pid;
2018 if (pipeline->has_gs) {
H A Dv3dvx_pipeline.c379 if (!pipeline->has_gs) {
H A Dv3dv_pipeline.c1147 key->has_gs = has_geometry_shader;
2355 pipeline->has_gs = true;
2444 pipeline->has_gs = true;
2490 assert(!pipeline->subpass->view_mask || (!pipeline->has_gs && !pipeline->gs));
2631 if (pipeline->has_gs) {
H A Dv3dv_private.h1761 bool has_gs; member in struct:v3dv_pipeline
H A Dv3dv_cmd_buffer.c2169 if (pipeline->has_gs) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_gallium.c211 key.has_gs = true;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_draw.c190 emit.key.key.has_gs = true;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_pipeline.c2334 bool has_gs = radv_pipeline_has_gs(pipeline); local in function:radv_pipeline_stage_to_user_data_0
2342 has_gs ? R_00B330_SPI_SHADER_USER_DATA_ES_0 :
2348 return has_gs ? R_00B330_SPI_SHADER_USER_DATA_ES_0 : R_00B130_SPI_SHADER_USER_DATA_VS_0;
2359 return has_gs ? R_00B330_SPI_SHADER_USER_DATA_ES_0 :
2362 if (has_gs)
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dv3d_compiler.h441 bool has_gs; member in struct:v3d_fs_key
H A Dnir_to_vir.c2113 !c->fs_key->has_gs) {
3797 if (c->fs_uses_primitive_id && !c->fs_key->has_gs) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_program.c546 key->has_gs = v3d->prog.bind_gs != NULL;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline.c2481 bool has_gs = shaders[MESA_SHADER_GEOMETRY]; local in function:radv_set_driver_locations
2490 tes_info_idx = has_gs ? MESA_SHADER_GEOMETRY : MESA_SHADER_TESS_EVAL;
2515 if (has_gs) {
2525 } else if (has_gs) {
3700 bool has_gs = radv_pipeline_has_gs(pipeline); local in function:radv_pipeline_stage_to_user_data_0
3718 if (has_gs) {
3739 if (has_gs) {
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_pipeline.c2230 key->has_gs = true;

Completed in 74 milliseconds

12