Home
last modified time | relevance | path

Searched defs:TessellationState (Results 1 – 5 of 5) sorted by relevance

/external/rust/android-crates-io/crates/vulkano/src/pipeline/graphics/
Dtessellation.rs17 pub struct TessellationState { struct
26 impl TessellationState { impl
50 impl Default for TessellationState { implementation
Dmod.rs184 pub fn tessellation_state(&self) -> Option<&TessellationState> { in tessellation_state()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp283 class TessellationState : public vk::VkPipelineTessellationStateCreateInfo class in vkt::Draw::PipelineCreateInfo
DvktDrawCreateInfoUtil.cpp710 PipelineCreateInfo::TessellationState::TessellationState(uint32_t _patchControlPoints) in TessellationState() function in vkt::Draw::PipelineCreateInfo::TessellationState
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp1290 VkPipelineTessellationStateCreateInfo TessellationState = { in makeGraphicsPipeline() local