OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_gs
(Results
1 - 10
of
10
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
pipelineobj.c
718
const bool
has_gs
= _mesa_has_geometry_shaders(ctx);
local
760
if (!
has_gs
)
shaderapi.c
725
const bool
has_gs
= _mesa_has_geometry_shaders(ctx);
local
868
if (!
has_gs
)
876
if (!
has_gs
||
886
if (!
has_gs
)
894
if (!
has_gs
)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
pipelineobj.c
712
const bool
has_gs
= _mesa_has_geometry_shaders(ctx);
local
754
if (!
has_gs
)
shaderapi.c
675
const bool
has_gs
= _mesa_has_geometry_shaders(ctx);
local
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.old/dist/src/gallium/auxiliary/draw/
draw_llvm.h
299
unsigned
has_gs
:1;
member in struct:draw_llvm_variant_key
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_compiler_nir.c
3654
return !so->key.
has_gs
&& !so->key.tessellation;
3656
return !so->key.
has_gs
;
3749
bool
has_gs
= ctx->so->key.
has_gs
;
local
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
)) {
ir3_shader.h
303
unsigned
has_gs
: 1;
member in struct:ir3_shader_key::__anon977::__anon978
712
if (key->tessellation || key->
has_gs
)
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_pipeline.c
2334
bool
has_gs
= radv_pipeline_has_gs(pipeline);
local
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/amd/vulkan/
radv_pipeline.c
2481
bool
has_gs
= shaders[MESA_SHADER_GEOMETRY];
local
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
3718
if (
has_gs
) {
3739
if (
has_gs
) {
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_private.h
1761
bool
has_gs
;
member in struct:v3dv_pipeline
Completed in 22 milliseconds
Indexes created Tue Jul 28 00:24:17 UTC 2026