Home
last modified time | relevance | path

Searched defs:DepthStencilParams (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fDepthStencilTests.cpp96 struct DepthStencilParams struct
98 rr::FaceType visibleFace; //!< Quad visible face.
100 bool stencilTestEnabled;
101 StencilParams stencil[rr::FACETYPE_LAST];
103 bool depthTestEnabled;
104 uint32_t depthFunc;
105 float depth;
106 bool depthWriteMask;
108 DepthStencilParams(void) in DepthStencilParams() argument
/external/deqp/modules/gles2/functional/
Des2fDepthStencilTests.cpp96 struct DepthStencilParams struct
98 rr::FaceType visibleFace; //!< Quad visible face.
100 bool stencilTestEnabled;
101 StencilParams stencil[rr::FACETYPE_LAST];
103 bool depthTestEnabled;
104 uint32_t depthFunc;
105 float depth;
106 bool depthWriteMask;
108 DepthStencilParams(void) in DepthStencilParams() function
/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktAttachmentRateTests.cpp86 struct DepthStencilParams struct
88 const VkFormat format;
89 const VkImageLayout layout;
91 DepthStencilParams(VkFormat format_, VkImageLayout layout_) : format(format_), layout(layout_) in DepthStencilParams() function