Home
last modified time | relevance | path

Searched defs:hasDepthComponent (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmImageSamplerTests.cpp1172 const bool hasDepthComponent = tcu::hasDepthComponent(vk::mapVkFormat(imageFormat).order); in addGraphicsImageSamplerTest() local
DvktSpvAsmGraphicsShaderTestUtil.cpp3660 …const bool hasDepthComponent = tcu::hasDepthComponent(vk::mapVkFormat(instance.resources.input… in runAndVerifyDefaultPipeline() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmImageSamplerTests.cpp1172 const bool hasDepthComponent = tcu::hasDepthComponent(vk::mapVkFormat(imageFormat).order); in addGraphicsImageSamplerTest() local
DvktSpvAsmGraphicsShaderTestUtil.cpp3660 …const bool hasDepthComponent = tcu::hasDepthComponent(vk::mapVkFormat(instance.resources.input… in runAndVerifyDefaultPipeline() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTests.hpp3710 bool hasDepthComponent; member
3792 bool hasDepthComponent; member
/third_party/vk-gl-cts/framework/common/
DtcuTextureUtil.cpp146 bool hasDepthComponent (TextureFormat::ChannelOrder order) in hasDepthComponent() function