/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineClearUtil.cpp | 84 VkClearDepthStencilValue defaultClearDepthStencilValue (void) in defaultClearDepthStencilValue() 86 VkClearDepthStencilValue clearDepthStencilValue; in defaultClearDepthStencilValue() 99 const VkClearDepthStencilValue dsValue = defaultClearDepthStencilValue(); in defaultClearValue()
|
D | vktPipelineClearUtil.hpp | 43 vk::VkClearDepthStencilValue defaultClearDepthStencilValue (void);
|
D | vktPipelineTimestampTests.cpp | 2065 const VkClearDepthStencilValue clearDSValue = in configCommandBuffer()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 333 inline VkClearDepthStencilValue makeClearDepthStencilValue (float depth, deUint32 stencil) 335 VkClearDepthStencilValue res;
|
D | vkStructTypes.inl | 1081 struct VkClearDepthStencilValue struct 1090 VkClearDepthStencilValue depthStencil; argument
|
D | vkConcreteDeviceInterface.inl | 107 … commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthSt…
|
D | vkVirtualDeviceInterface.inl | 107 … commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthSt…
|
D | vkFunctionPointerTypes.inl | 124 … commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthSt…
|
D | vkDeviceDriverImpl.inl | 520 … commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthSt…
|
D | vkStrUtil.inl | 291 std::ostream& operator<< (std::ostream& s, const VkClearDepthStencilValue& value);
|
D | vkNullDriverImpl.inl | 836 … commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthSt…
|
D | vkStrUtilImpl.inl | 2825 std::ostream& operator<< (std::ostream& s, const VkClearDepthStencilValue& value) 2827 s << "VkClearDepthStencilValue = {\n";
|
/external/skia/third_party/vulkan/ |
D | vulkan.h | 2103 typedef struct VkClearDepthStencilValue { struct 2106 } VkClearDepthStencilValue; typedef 2110 VkClearDepthStencilValue depthStencil; 2317 … commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthSt… 3020 const VkClearDepthStencilValue* pDepthStencil,
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.h | 2112 typedef struct VkClearDepthStencilValue { struct 2115 } VkClearDepthStencilValue; argument 2119 VkClearDepthStencilValue depthStencil; 2326 … commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthSt… 3029 const VkClearDepthStencilValue* pDepthStencil,
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateRSTests.cpp | 292 const vk::VkClearDepthStencilValue depthStencilClearValue = { 0.0f, 0 }; in beginRenderPassWithClearColor()
|
D | vktDynamicStateDSTests.cpp | 320 const vk::VkClearDepthStencilValue depthStencilClearValue = { 0.0f, 0 }; in beginRenderPassWithClearColor()
|
/external/vulkan-validation-layers/layers/ |
D | image.cpp | 630 const VkClearDepthStencilValue *pDepthStencil, uint32_t rangeCount, in vkCmdClearDepthStencilImage()
|
D | parameter_validation.cpp | 4629 … const VkClearDepthStencilValue *pDepthStencil, uint32_t rangeCount) { in PostCmdClearDepthStencilImage() 4643 const VkClearDepthStencilValue *pDepthStencil, uint32_t rangeCount, in vkCmdClearDepthStencilImage()
|
D | core_validation.cpp | 8260 const VkClearDepthStencilValue *pDepthStencil, uint32_t rangeCount, in vkCmdClearDepthStencilImage()
|
/external/vulkan-validation-layers/tests/ |
D | vkrenderframework.cpp | 1420 VkClearDepthStencilValue clear_value = {depth_clear_color, in ClearAllBuffers()
|
D | layer_validation_tests.cpp | 3604 VkClearDepthStencilValue clear_value = {0}; in TEST_F()
|
/external/vulkan-validation-layers/loader/ |
D | trampoline.c | 1987 const VkClearDepthStencilValue *pDepthStencil,
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktRenderPassTests.cpp | 1926 const VkClearDepthStencilValue depthStencil = in pushImageInitializationCommands()
|