Home
last modified time | relevance | path

Searched refs:VkClearDepthStencilValue (Results 1 – 23 of 23) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineClearUtil.cpp84 VkClearDepthStencilValue defaultClearDepthStencilValue (void) in defaultClearDepthStencilValue()
86 VkClearDepthStencilValue clearDepthStencilValue; in defaultClearDepthStencilValue()
99 const VkClearDepthStencilValue dsValue = defaultClearDepthStencilValue(); in defaultClearValue()
DvktPipelineClearUtil.hpp43 vk::VkClearDepthStencilValue defaultClearDepthStencilValue (void);
DvktPipelineTimestampTests.cpp2065 const VkClearDepthStencilValue clearDSValue = in configCommandBuffer()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl333 inline VkClearDepthStencilValue makeClearDepthStencilValue (float depth, deUint32 stencil)
335 VkClearDepthStencilValue res;
DvkStructTypes.inl1081 struct VkClearDepthStencilValue struct
1090 VkClearDepthStencilValue depthStencil; argument
DvkConcreteDeviceInterface.inl107 … commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthSt…
DvkVirtualDeviceInterface.inl107 … commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthSt…
DvkFunctionPointerTypes.inl124 … commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthSt…
DvkDeviceDriverImpl.inl520 … commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthSt…
DvkStrUtil.inl291 std::ostream& operator<< (std::ostream& s, const VkClearDepthStencilValue& value);
DvkNullDriverImpl.inl836 … commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthSt…
DvkStrUtilImpl.inl2825 std::ostream& operator<< (std::ostream& s, const VkClearDepthStencilValue& value)
2827 s << "VkClearDepthStencilValue = {\n";
/external/skia/third_party/vulkan/
Dvulkan.h2103 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/
Dvulkan.h2112 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/
DvktDynamicStateRSTests.cpp292 const vk::VkClearDepthStencilValue depthStencilClearValue = { 0.0f, 0 }; in beginRenderPassWithClearColor()
DvktDynamicStateDSTests.cpp320 const vk::VkClearDepthStencilValue depthStencilClearValue = { 0.0f, 0 }; in beginRenderPassWithClearColor()
/external/vulkan-validation-layers/layers/
Dimage.cpp630 const VkClearDepthStencilValue *pDepthStencil, uint32_t rangeCount, in vkCmdClearDepthStencilImage()
Dparameter_validation.cpp4629 … const VkClearDepthStencilValue *pDepthStencil, uint32_t rangeCount) { in PostCmdClearDepthStencilImage()
4643 const VkClearDepthStencilValue *pDepthStencil, uint32_t rangeCount, in vkCmdClearDepthStencilImage()
Dcore_validation.cpp8260 const VkClearDepthStencilValue *pDepthStencil, uint32_t rangeCount, in vkCmdClearDepthStencilImage()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp1420 VkClearDepthStencilValue clear_value = {depth_clear_color, in ClearAllBuffers()
Dlayer_validation_tests.cpp3604 VkClearDepthStencilValue clear_value = {0}; in TEST_F()
/external/vulkan-validation-layers/loader/
Dtrampoline.c1987 const VkClearDepthStencilValue *pDepthStencil,
/external/deqp/external/vulkancts/modules/vulkan/
DvktRenderPassTests.cpp1926 const VkClearDepthStencilValue depthStencil = in pushImageInitializationCommands()