Home
last modified time | relevance | path

Searched refs:stencilFormats (Results 1 – 17 of 17) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboStencilbufferTests.cpp248 static const deUint32 stencilFormats[] = in init() local
260 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(stencilFormats); fmtNdx++) in init()
262 deUint32 format = stencilFormats[fmtNdx]; in init()
Des3fFramebufferBlitTests.cpp954 static const deUint32 stencilFormats[] = in init() local
1076 for (int sFmtNdx = 0; sFmtNdx < DE_LENGTH_OF_ARRAY(stencilFormats); sFmtNdx++) in init()
1079 deUint32 stencilFormat = stencilFormats[sFmtNdx]; in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
DvktDynamicStateDiscardTests.cpp62 static const VkFormat stencilFormats[] = in pickSupportedStencilFormat() local
70 for (deUint32 i = 0; i < DE_LENGTH_OF_ARRAY(stencilFormats); ++i) in pickSupportedStencilFormat()
73 instanceInterface.getPhysicalDeviceFormatProperties(device, stencilFormats[i], &formatProps); in pickSupportedStencilFormat()
77 return stencilFormats[i]; in pickSupportedStencilFormat()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateDiscardTests.cpp62 static const VkFormat stencilFormats[] = in pickSupportedStencilFormat() local
70 for (deUint32 i = 0; i < DE_LENGTH_OF_ARRAY(stencilFormats); ++i) in pickSupportedStencilFormat()
73 instanceInterface.getPhysicalDeviceFormatProperties(device, stencilFormats[i], &formatProps); in pickSupportedStencilFormat()
77 return stencilFormats[i]; in pickSupportedStencilFormat()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp383 static const VkFormat stencilFormats[] = in iterate() local
392 …ickSupportedDepthStencilFormat(vki, physDevice, DE_LENGTH_OF_ARRAY(stencilFormats), stencilFormats) in iterate()
683 static const VkFormat stencilFormats[] = in iterate() local
692 …ickSupportedDepthStencilFormat(vki, physDevice, DE_LENGTH_OF_ARRAY(stencilFormats), stencilFormats) in iterate()
1366 static const VkFormat stencilFormats[] = in iterate() local
1375 …ickSupportedDepthStencilFormat(vki, physDevice, DE_LENGTH_OF_ARRAY(stencilFormats), stencilFormats) in iterate()
DvktFragmentOperationsTransientAttachmentTests.cpp104 static const VkFormat stencilFormats[] = in getSupportedStencilFormat() local
111 for (const auto& sFormat : stencilFormats) in getSupportedStencilFormat()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp383 static const VkFormat stencilFormats[] = in iterate() local
392 …ickSupportedDepthStencilFormat(vki, physDevice, DE_LENGTH_OF_ARRAY(stencilFormats), stencilFormats) in iterate()
683 static const VkFormat stencilFormats[] = in iterate() local
692 …ickSupportedDepthStencilFormat(vki, physDevice, DE_LENGTH_OF_ARRAY(stencilFormats), stencilFormats) in iterate()
1366 static const VkFormat stencilFormats[] = in iterate() local
1375 …ickSupportedDepthStencilFormat(vki, physDevice, DE_LENGTH_OF_ARRAY(stencilFormats), stencilFormats) in iterate()
DvktFragmentOperationsTransientAttachmentTests.cpp104 static const VkFormat stencilFormats[] = in getSupportedStencilFormat() local
111 for (const auto& sFormat : stencilFormats) in getSupportedStencilFormat()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineStencilTests.cpp937 const VkFormat stencilFormats[] = in createStencilTests() local
970 for (size_t formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(stencilFormats); formatNdx++) in createStencilTests()
972 const VkFormat stencilFormat = stencilFormats[formatNdx]; in createStencilTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineStencilTests.cpp937 const VkFormat stencilFormats[] = in createStencilTests() local
970 for (size_t formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(stencilFormats); formatNdx++) in createStencilTests()
972 const VkFormat stencilFormat = stencilFormats[formatNdx]; in createStencilTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassDepthStencilWriteConditionsTests.cpp588 const VkFormat stencilFormats[2] = {VK_FORMAT_D32_SFLOAT_S8_UINT, VK_FORMAT_D24_UNORM_S8_UINT}; in createDepthStencilWriteConditionsTests() local
614 VkFormat format = stencilFormats[i]; in createDepthStencilWriteConditionsTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilWriteConditionsTests.cpp588 const VkFormat stencilFormats[2] = {VK_FORMAT_D32_SFLOAT_S8_UINT, VK_FORMAT_D24_UNORM_S8_UINT}; in createDepthStencilWriteConditionsTests() local
614 VkFormat format = stencilFormats[i]; in createDepthStencilWriteConditionsTests()
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.h162 const SkTArray<StencilFormat, true>& stencilFormats() const { in stencilFormats() function
DGrGLGpu.cpp1631 int stencilFmtCnt = this->glCaps().stencilFormats().count(); in getCompatibleStencilIndex()
1635 const GrGLCaps::StencilFormat& sFmt = this->glCaps().stencilFormats()[i]; in getCompatibleStencilIndex()
1771 const GrGLCaps::StencilFormat& sFmt = this->glCaps().stencilFormats()[sIdx]; in createStencilAttachmentForRenderTarget()
4033 auto stencilBufferFormat = this->glCaps().stencilFormats()[sFormatIdx].fInternalFormat; in createTestingOnlyBackendRenderTarget()
4038 if (this->glCaps().stencilFormats()[sFormatIdx].fPacked) { in createTestingOnlyBackendRenderTarget()
4057 auto stencilBits = SkToInt(this->glCaps().stencilFormats()[sFormatIdx].fStencilBits); in createTestingOnlyBackendRenderTarget()
/third_party/skia/src/gpu/gl/
DGrGLCaps.h195 const SkTArray<GrGLFormat, true>& stencilFormats() const { in stencilFormats() function
DGrGLGpu.cpp1621 int stencilFmtCnt = this->glCaps().stencilFormats().count(); in getCompatibleStencilIndex()
1625 GrGLFormat sFmt = this->glCaps().stencilFormats()[i]; in getCompatibleStencilIndex()
1768 GrGLFormat sFmt = this->glCaps().stencilFormats()[sIdx]; in makeStencilAttachment()
3866 auto stencilBufferFormat = this->glCaps().stencilFormats()[sFormatIdx]; in createTestingOnlyBackendRenderTarget()
3880 if (GrGLFormatIsPackedDepthStencil(this->glCaps().stencilFormats()[sFormatIdx])) { in createTestingOnlyBackendRenderTarget()
3900 auto stencilBits = SkToInt(GrGLFormatStencilBits(this->glCaps().stencilFormats()[sFormatIdx])); in createTestingOnlyBackendRenderTarget()
DGrGLGpu.h285 return GrBackendFormat::MakeGL(GrGLFormatToEnum(this->glCaps().stencilFormats()[idx]), in getPreferredStencilFormat()