OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vertexStage
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/src/Vulkan/
VkPipeline.cpp
204
const VkPipelineShaderStageCreateInfo&
vertexStage
= pCreateInfo->pStages[0];
205
if((
vertexStage
.stage != VK_SHADER_STAGE_VERTEX_BIT) ||
206
(
vertexStage
.flags != 0) ||
207
!((
vertexStage
.pSpecializationInfo == nullptr) ||
208
((
vertexStage
.pSpecializationInfo->mapEntryCount == 0) &&
209
(
vertexStage
.pSpecializationInfo->dataSize == 0))))
/external/deqp/external/openglcts/modules/gl/
gl4cGlSpirvTests.cpp
[
all
...]
Completed in 2756 milliseconds