Searched defs:GraphicsPipelineBuilder (Results 1 - 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSpecConstantUtil.hpp38 class GraphicsPipelineBuilder class in namespace:vkt::pipeline
41 GraphicsPipelineBuilder (void) : m_renderSize (16, 16) function in class:vkt::pipeline::GraphicsPipelineBuilder
44 GraphicsPipelineBuilder& setRenderSize (const tcu::IVec2& size) { m_renderSize = size; return *this; }
45 GraphicsPipelineBuilder& setShader (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkShaderStageFlagBits stage, const vk::ProgramBinary& binary, const vk::VkSpecializationInfo* specInfo);
58 GraphicsPipelineBuilder (const GraphicsPipelineBuilder&); // "deleted"
59 GraphicsPipelineBuilder& operator= (const GraphicsPipelineBuilder&);
/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTestsUtil.hpp109 class GraphicsPipelineBuilder class in namespace:vkt::geometry
112 GraphicsPipelineBuilder (void) : m_renderSize (0, 0) function in class:vkt::geometry::GraphicsPipelineBuilder
120 GraphicsPipelineBuilder& setRenderSize (const tcu::IVec2& size) { m_renderSize = size; return *this; }
121 GraphicsPipelineBuilder& setShader (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkShaderStageFlagBits stage, const vk::ProgramBinary& binary, const vk::VkSpecializationInfo* specInfo);
122 GraphicsPipelineBuilder& setPatchControlPoints (const deUint32 controlPoints) { m_patchControlPoints = controlPoints; return *this; }
123 GraphicsPipelineBuilder& setCullModeFlags (const vk::VkCullModeFlags cullModeFlags) { m_cullModeFlags = cullModeFlags; return *this; }
124 GraphicsPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) { m_frontFace = frontFace; return *this; }
125 GraphicsPipelineBuilder& setBlend (const bool enable) { m_blendEnable = enable; return *this; }
128 GraphicsPipelineBuilder& setPrimitiveTopology (const vk::VkPrimitiveTopology topology) { m_primitiveTopology = topology; return *this; }
130 GraphicsPipelineBuilder
[all...]
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.hpp120 class GraphicsPipelineBuilder class in namespace:vkt::synchronization
123 GraphicsPipelineBuilder (void) : m_renderSize (0, 0) function in class:vkt::synchronization::GraphicsPipelineBuilder
131 GraphicsPipelineBuilder& setRenderSize (const tcu::IVec2& size) { m_renderSize = size; return *this; }
132 GraphicsPipelineBuilder& setShader (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkShaderStageFlagBits stage, const vk::ProgramBinary& binary, const vk::VkSpecializationInfo* specInfo);
133 GraphicsPipelineBuilder& setPatchControlPoints (const deUint32 controlPoints) { m_patchControlPoints = controlPoints; return *this; }
134 GraphicsPipelineBuilder& setCullModeFlags (const vk::VkCullModeFlags cullModeFlags) { m_cullModeFlags = cullModeFlags; return *this; }
135 GraphicsPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) { m_frontFace = frontFace; return *this; }
136 GraphicsPipelineBuilder& setBlend (const bool enable) { m_blendEnable = enable; return *this; }
139 GraphicsPipelineBuilder& setPrimitiveTopology (const vk::VkPrimitiveTopology topology) { m_primitiveTopology = topology; return *this; }
141 GraphicsPipelineBuilder
[all...]
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUtil.hpp103 class GraphicsPipelineBuilder class in namespace:vkt::tessellation
106 GraphicsPipelineBuilder (void) : m_renderSize (0, 0) function in class:vkt::tessellation::GraphicsPipelineBuilder
115 GraphicsPipelineBuilder& setRenderSize (const tcu::IVec2& size) { m_renderSize = size; return *this; }
116 GraphicsPipelineBuilder& setShader (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkShaderStageFlagBits stage, const vk::ProgramBinary& binary, const vk::VkSpecializationInfo* specInfo);
117 GraphicsPipelineBuilder& setPatchControlPoints (const deUint32 controlPoints) { m_patchControlPoints = controlPoints; return *this; }
118 GraphicsPipelineBuilder& setCullModeFlags (const vk::VkCullModeFlags cullModeFlags) { m_cullModeFlags = cullModeFlags; return *this; }
119 GraphicsPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) { m_frontFace = frontFace; return *this; }
120 GraphicsPipelineBuilder& setBlend (const bool enable) { m_blendEnable = enable; return *this; }
123 GraphicsPipelineBuilder& setPrimitiveTopology (const vk::VkPrimitiveTopology topology) { m_primitiveTopology = topology; return *this; }
125 GraphicsPipelineBuilder
[all...]

Completed in 443 milliseconds