HomeSort by relevance Sort by last modified time
    Searched refs:useDepth (Results 1 - 6 of 6) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleSampleLocationsExtTests.cpp 154 VkFormat findSupportedDepthStencilFormat (Context& context, const bool useDepth, const bool useStencil)
159 if (useDepth && !useStencil)
636 const bool useDepth,
708 useDepth, // VkBool32 depthTestEnable;
    [all...]
vktPipelineRenderToImageTests.cpp 238 const bool useDepth,
342 useDepth, // VkBool32 depthTestEnable;
    [all...]
vktPipelineMultisampleTests.cpp 120 VkFormat findSupportedDepthStencilFormat (Context& context, const bool useDepth, const bool useStencil);
324 const bool useDepth,
892 VkFormat findSupportedDepthStencilFormat (Context& context, const bool useDepth, const bool useStencil)
894 if (useDepth && !useStencil)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboStencilbufferTests.cpp 52 BasicFboStencilCase (Context& context, const char* name, const char* desc, deUint32 format, IVec2 size, bool useDepth)
56 , m_useDepth (useDepth)