OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAG_GEOMETRY_SET
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationGeometryPointSizeTests.cpp
65
FLAG_GEOMETRY_SET
= 1u << 3, // !< set gl_PointSize in geometry shader
83
if (flags &
FLAG_GEOMETRY_SET
)
110
return (flags & (
FLAG_GEOMETRY_SET
| FLAG_GEOMETRY_ADD)) != 0;
272
if (flags &
FLAG_GEOMETRY_SET
)
304
if (flags &
FLAG_GEOMETRY_SET
)
416
if (flags &
FLAG_GEOMETRY_SET
) buf << ((flags & (
FLAG_GEOMETRY_SET
-1)) ? ("_") : ("")) << "geometry_set";
430
if (flags &
FLAG_GEOMETRY_SET
) buf << ((flags & (
FLAG_GEOMETRY_SET
-1)) ? (", ") : ("")) << "set point size in geometry shader";
448
FLAG_GEOMETRY_SET
,
[
all
...]
/external/deqp/modules/gles31/functional/
es31fTessellationGeometryInteractionTests.cpp
[
all
...]
Completed in 50 milliseconds