/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateBaseClass.cpp | 260 void DynamicStateBaseClass::setDynamicDepthStencilState (const float minDepthBounds, in setDynamicDepthStencilState() argument 269 m_vk.cmdSetDepthBounds(*m_cmdBuffer, minDepthBounds, maxDepthBounds); in setDynamicDepthStencilState()
|
D | vktDynamicStateBaseClass.hpp | 74 void setDynamicDepthStencilState (const float minDepthBounds = -1.0f,
|
D | vktDynamicStateRSTests.cpp | 346 …void setDynamicDepthStencilState (const float minDepthBounds = -1.0f, const float maxDepthBounds =… in setDynamicDepthStencilState() argument 351 m_vk.cmdSetDepthBounds(*m_cmdBuffer, minDepthBounds, maxDepthBounds); in setDynamicDepthStencilState()
|
D | vktDynamicStateDSTests.cpp | 371 void setDynamicDepthStencilState(const float minDepthBounds = -1.0f, in setDynamicDepthStencilState() argument 380 m_vk.cmdSetDepthBounds(*m_cmdBuffer, minDepthBounds, maxDepthBounds); in setDynamicDepthStencilState()
|
/external/swiftshader/src/Vulkan/ |
D | VkCommandBuffer.cpp | 623 void CommandBuffer::setDepthBounds(float minDepthBounds, float maxDepthBounds) in setDepthBounds() argument 628 ASSERT(minDepthBounds >= 0.0f && minDepthBounds <= 1.0f); in setDepthBounds()
|
D | VkCommandBuffer.hpp | 80 void setDepthBounds(float minDepthBounds, float maxDepthBounds);
|
D | VkPipeline.cpp | 306 (depthStencilState->minDepthBounds != 0.0f) || in GraphicsPipeline()
|
D | libVulkan.cpp | 1314 VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds,… in vkCmdSetDepthBounds() argument 1317 commandBuffer, minDepthBounds, maxDepthBounds); in vkCmdSetDepthBounds() 1319 vk::Cast(commandBuffer)->setDepthBounds(minDepthBounds, maxDepthBounds); in vkCmdSetDepthBounds()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_cmd_buffer.c | 448 float minDepthBounds, in anv_CmdSetDepthBounds() argument 453 cmd_buffer->state.gfx.dynamic.depth_bounds.min = minDepthBounds; in anv_CmdSetDepthBounds()
|
D | anv_pipeline.c | 1166 pCreateInfo->pDepthStencilState->minDepthBounds; in copy_non_dynamic_state()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.hpp | 434 float minDepthBounds = 0.0f,
|
D | vktDrawCreateInfoUtil.cpp | 1003 minDepthBounds = _minDepthBounds; in DepthStencilState()
|
/external/skqp/src/gpu/vk/ |
D | GrVkPipeline.cpp | 260 stencilInfo->minDepthBounds = 0.0f; in setup_depth_stencil_state()
|
/external/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 264 stencilInfo->minDepthBounds = 0.0f; in setup_depth_stencil_state()
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.h | 840 …void anv_CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBoun… 841 …void gen7_CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBou… 842 …void gen75_CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBo… 843 …void gen8_CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBou… 844 …void gen9_CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBou… 845 …void gen10_CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBo…
|
D | anv_entrypoints.c | 530 …void anv_CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBoun… 951 …void gen7_CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBou… 1372 …void gen75_CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBo… 1793 …void gen8_CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBou… 2214 …void gen9_CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBou… 2635 …void gen10_CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBo… 3442 …anv_tramp_CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBou… in anv_tramp_CmdSetDepthBounds() argument 3445 …return anv_cmd_buffer->device->dispatch.vkCmdSetDepthBounds(commandBuffer, minDepthBounds, maxDept… in anv_tramp_CmdSetDepthBounds()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 420 void DeviceDriver::cmdSetDepthBounds (VkCommandBuffer commandBuffer, float minDepthBounds, float ma… argument 422 m_vk.cmdSetDepthBounds(commandBuffer, minDepthBounds, maxDepthBounds);
|
D | vkVirtualDeviceInterface.inl | 87 virtual void cmdSetDepthBounds (VkCommandBuffer commandBuffer, float minDepthBounds, float…
|
D | vkConcreteDeviceInterface.inl | 87 virtual void cmdSetDepthBounds (VkCommandBuffer commandBuffer, float minDepthBounds, float…
|
D | vkNullDriverImpl.inl | 676 VKAPI_ATTR void VKAPI_CALL cmdSetDepthBounds (VkCommandBuffer commandBuffer, float minDepthBounds, … argument 679 DE_UNREF(minDepthBounds);
|
D | vkFunctionPointerTypes.inl | 103 …CmdSetDepthBoundsFunc) (VkCommandBuffer commandBuffer, float minDepthBounds, float maxDept…
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 921 m_depthStencilStateParams.minDepthBounds = 0.0f; in addPipelineInfo()
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.h | 1208 …bool PreCallValidateCmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float m… 1209 …void PreCallRecordCmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float max…
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 2142 float minDepthBounds; member 2653 …I_PTR *PFN_vkCmdSetDepthBounds)(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDept… 3228 float minDepthBounds,
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2312 float minDepthBounds; member 2833 …I_PTR *PFN_vkCmdSetDepthBounds)(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDept… 3408 float minDepthBounds,
|