Home
last modified time | relevance | path

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

12

/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.cpp2047 const VkClearDepthStencilValue clearDSValue = in configCommandBuffer()
/external/skia/src/gpu/vk/
DGrVkGpuCommandBuffer.cpp241 VkClearDepthStencilValue vkStencilColor; in onClearStencilClip()
242 memset(&vkStencilColor, 0, sizeof(VkClearDepthStencilValue)); in onClearStencilClip()
DGrVkCommandBuffer.h209 const VkClearDepthStencilValue* color,
DGrVkCommandBuffer.cpp669 const VkClearDepthStencilValue* color, in clearDepthStencilImage()
DGrVkGpu.cpp1466 VkClearDepthStencilValue vkStencilColor; in clearStencil()
1467 memset(&vkStencilColor, 0, sizeof(VkClearDepthStencilValue)); in clearStencil()
/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
DvkVirtualDeviceInterface.inl107 … commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthSt…
DvkConcreteDeviceInterface.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…
/external/mesa3d/src/amd/vulkan/
Dradv_meta_clear.c637 VkClearDepthStencilValue clear_value) in pick_depthstencil_pipeline()
669 VkClearDepthStencilValue clear_value = clear_att->clearValue.depthStencil; in emit_depthstencil_clear()
1222 const VkClearDepthStencilValue* pDepthStencil, in radv_CmdClearDepthStencilImage()
Dradv_private.h778 VkClearDepthStencilValue ds_clear_value,
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h2159 typedef struct VkClearDepthStencilValue { struct
2162 } VkClearDepthStencilValue; argument
2166 VkClearDepthStencilValue depthStencil;
2373 … commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthSt…
3076 const VkClearDepthStencilValue* pDepthStencil,
Dvulkan.hpp3265 ClearDepthStencilValue( VkClearDepthStencilValue const & rhs ) in ClearDepthStencilValue()
3270 ClearDepthStencilValue& operator=( VkClearDepthStencilValue const & rhs ) in operator =()
3288 operator const VkClearDepthStencilValue&() const in operator const VkClearDepthStencilValue&()
3290 return *reinterpret_cast<const VkClearDepthStencilValue*>(this); in operator const VkClearDepthStencilValue&()
3307 …static_assert( sizeof( ClearDepthStencilValue ) == sizeof( VkClearDepthStencilValue ), "struct and…
3343 VkClearDepthStencilValue depthStencil;
14190 …atic_cast<VkImageLayout>( imageLayout ), reinterpret_cast<const VkClearDepthStencilValue*>( pDepth… in clearDepthStencilImage()
14196 …atic_cast<VkImageLayout>( imageLayout ), reinterpret_cast<const VkClearDepthStencilValue*>( &depth… in clearDepthStencilImage()
/external/mesa3d/include/vulkan/
Dvulkan.h2168 typedef struct VkClearDepthStencilValue { struct
2171 } VkClearDepthStencilValue; typedef
2175 VkClearDepthStencilValue depthStencil;
2382 … commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthSt…
3085 const VkClearDepthStencilValue* pDepthStencil,
/external/mesa3d/src/intel/vulkan/
Danv_blorp.c851 const VkClearDepthStencilValue* pDepthStencil, in anv_CmdClearDepthStencilImage()
1018 VkClearDepthStencilValue value = attachment->clearValue.depthStencil; in clear_depth_stencil_attachment()
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h2265 typedef struct VkClearDepthStencilValue { struct
2268 } VkClearDepthStencilValue; typedef
2272 VkClearDepthStencilValue depthStencil;
2479 … commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthSt…
3182 const VkClearDepthStencilValue* pDepthStencil,
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateRSTests.cpp286 const vk::VkClearDepthStencilValue depthStencilClearValue = { 0.0f, 0 }; in beginRenderPassWithClearColor()
DvktDynamicStateDSTests.cpp313 const vk::VkClearDepthStencilValue depthStencilClearValue = { 0.0f, 0 }; in beginRenderPassWithClearColor()
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2324 typedef struct VkClearDepthStencilValue { struct
2327 } VkClearDepthStencilValue; argument
2331 VkClearDepthStencilValue depthStencil;
2538 … commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthSt…
3241 const VkClearDepthStencilValue* pDepthStencil,
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp1383 VkClearDepthStencilValue clear_value = {depth_clear_color, stencil_clear_color}; in ClearAllBuffers()
/external/vulkan-validation-layers/layers/
Dimage.cpp664 const VkClearDepthStencilValue *pDepthStencil, uint32_t rangeCount, in CmdClearDepthStencilImage()

12