OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inputassemblystate
(Results
1 - 4
of
4
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/
vktSynchronization.cpp
656
VkPipelineInputAssemblyStateCreateInfo
inputAssemblyState
;
753
deMemset(&
inputAssemblyState
, 0xcd, sizeof(
inputAssemblyState
));
754
inputAssemblyState
.sType = VK_STRUCTURE_TYPE_PIPELINE_INPUT_ASSEMBLY_STATE_CREATE_INFO;
755
inputAssemblyState
.pNext = DE_NULL;
756
inputAssemblyState
.topology = VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST;
757
inputAssemblyState
.primitiveRestartEnable = false;
[
all
...]
vktRenderPassTests.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp
[
all
...]
Completed in 857 milliseconds