OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isRasterizationDisabled
(Results
1 - 3
of
3
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryTestsUtil.cpp
205
const bool
isRasterizationDisabled
= ((m_shaderStageFlags & VK_SHADER_STAGE_FRAGMENT_BIT) == 0);
212
isRasterizationDisabled
, // VkBool32 rasterizerDiscardEnable;
296
(
isRasterizationDisabled
? DE_NULL : &pipelineViewportStateInfo), // const VkPipelineViewportStateCreateInfo* pViewportState;
298
(
isRasterizationDisabled
? DE_NULL : &pipelineMultisampleStateInfo), // const VkPipelineMultisampleStateCreateInfo* pMultisampleState;
299
(
isRasterizationDisabled
? DE_NULL : &pipelineDepthStencilStateInfo), // const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState;
300
(
isRasterizationDisabled
? DE_NULL : &pipelineColorBlendStateInfo), // const VkPipelineColorBlendStateCreateInfo* pColorBlendState;
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationUtil.cpp
616
const bool
isRasterizationDisabled
= ((m_shaderStageFlags & VK_SHADER_STAGE_FRAGMENT_BIT) == 0);
623
isRasterizationDisabled
, // VkBool32 rasterizerDiscardEnable;
707
(
isRasterizationDisabled
? DE_NULL : &pipelineViewportStateInfo), // const VkPipelineViewportStateCreateInfo* pViewportState;
709
(
isRasterizationDisabled
? DE_NULL : &pipelineMultisampleStateInfo), // const VkPipelineMultisampleStateCreateInfo* pMultisampleState;
710
(
isRasterizationDisabled
? DE_NULL : &pipelineDepthStencilStateInfo), // const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState;
711
(
isRasterizationDisabled
? DE_NULL : &pipelineColorBlendStateInfo), // const VkPipelineColorBlendStateCreateInfo* pColorBlendState;
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUtil.cpp
641
const bool
isRasterizationDisabled
= ((m_shaderStageFlags & VK_SHADER_STAGE_FRAGMENT_BIT) == 0);
648
isRasterizationDisabled
, // VkBool32 rasterizerDiscardEnable;
[
all
...]
Completed in 177 milliseconds