/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateBaseClass.cpp | 261 const float maxDepthBounds, in setDynamicDepthStencilState() argument 269 m_vk.cmdSetDepthBounds(*m_cmdBuffer, minDepthBounds, maxDepthBounds); in setDynamicDepthStencilState()
|
D | vktDynamicStateBaseClass.hpp | 75 const float maxDepthBounds = 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 | 372 const float maxDepthBounds = 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 629 ASSERT(maxDepthBounds >= 0.0f && maxDepthBounds <= 1.0f); in setDepthBounds()
|
D | VkCommandBuffer.hpp | 80 void setDepthBounds(float minDepthBounds, float maxDepthBounds);
|
D | VkPipeline.cpp | 307 (depthStencilState->maxDepthBounds != 1.0f)) in GraphicsPipeline()
|
D | libVulkan.cpp | 1314 …CALL vkCmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) 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 | 449 float maxDepthBounds) in anv_CmdSetDepthBounds() argument 454 cmd_buffer->state.gfx.dynamic.depth_bounds.max = maxDepthBounds; in anv_CmdSetDepthBounds()
|
D | anv_pipeline.c | 1168 pCreateInfo->pDepthStencilState->maxDepthBounds; in copy_non_dynamic_state()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.hpp | 435 float maxDepthBounds = 1.0f);
|
D | vktDrawCreateInfoUtil.cpp | 1004 maxDepthBounds = _maxDepthBounds; in DepthStencilState()
|
/external/skqp/src/gpu/vk/ |
D | GrVkPipeline.cpp | 261 stencilInfo->maxDepthBounds = 1.0f; in setup_depth_stencil_state()
|
/external/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 265 stencilInfo->maxDepthBounds = 1.0f; in setup_depth_stencil_state()
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.h | 840 …d anv_CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds); 841 … gen7_CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds); 842 …gen75_CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds); 843 … gen8_CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds); 844 … gen9_CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds); 845 …gen10_CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds);
|
D | anv_entrypoints.c | 530 …pthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) __attribute__… 951 …pthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) __attribute__… 1372 …pthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) __attribute__… 1793 …pthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) __attribute__… 2214 …pthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) __attribute__… 2635 …pthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) __attribute__… 3442 …_tramp_CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) in anv_tramp_CmdSetDepthBounds() argument 3445 …nv_cmd_buffer->device->dispatch.vkCmdSetDepthBounds(commandBuffer, minDepthBounds, maxDepthBounds); in anv_tramp_CmdSetDepthBounds()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 420 …cmdSetDepthBounds (VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) const 422 m_vk.cmdSetDepthBounds(commandBuffer, minDepthBounds, maxDepthBounds);
|
D | vkConcreteDeviceInterface.inl | 87 …epthBounds (VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) const;
|
D | vkVirtualDeviceInterface.inl | 87 …Bounds (VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) const = 0;
|
D | vkNullDriverImpl.inl | 676 …_CALL cmdSetDepthBounds (VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) argument 680 DE_UNREF(maxDepthBounds);
|
D | vkFunctionPointerTypes.inl | 103 …pthBoundsFunc) (VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds);
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 922 m_depthStencilStateParams.maxDepthBounds = 1.0f; in addPipelineInfo()
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.h | 1208 …lidateCmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds); 1209 …RecordCmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds);
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 2143 float maxDepthBounds; member 2653 …FN_vkCmdSetDepthBounds)(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds); 3229 float maxDepthBounds);
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2313 float maxDepthBounds; member 2833 …FN_vkCmdSetDepthBounds)(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds); 3409 float maxDepthBounds);
|