Home
last modified time | relevance | path

Searched refs:maxDepthBounds (Results 1 – 25 of 38) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateBaseClass.cpp261 const float maxDepthBounds, in setDynamicDepthStencilState() argument
269 m_vk.cmdSetDepthBounds(*m_cmdBuffer, minDepthBounds, maxDepthBounds); in setDynamicDepthStencilState()
DvktDynamicStateBaseClass.hpp75 const float maxDepthBounds = 1.0f,
DvktDynamicStateRSTests.cpp346 …void setDynamicDepthStencilState (const float minDepthBounds = -1.0f, const float maxDepthBounds =… in setDynamicDepthStencilState() argument
351 m_vk.cmdSetDepthBounds(*m_cmdBuffer, minDepthBounds, maxDepthBounds); in setDynamicDepthStencilState()
DvktDynamicStateDSTests.cpp372 const float maxDepthBounds = 1.0f, in setDynamicDepthStencilState() argument
380 m_vk.cmdSetDepthBounds(*m_cmdBuffer, minDepthBounds, maxDepthBounds); in setDynamicDepthStencilState()
/external/swiftshader/src/Vulkan/
DVkCommandBuffer.cpp623 void CommandBuffer::setDepthBounds(float minDepthBounds, float maxDepthBounds) in setDepthBounds() argument
629 ASSERT(maxDepthBounds >= 0.0f && maxDepthBounds <= 1.0f); in setDepthBounds()
DVkCommandBuffer.hpp80 void setDepthBounds(float minDepthBounds, float maxDepthBounds);
DVkPipeline.cpp307 (depthStencilState->maxDepthBounds != 1.0f)) in GraphicsPipeline()
DlibVulkan.cpp1314 …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/
Danv_cmd_buffer.c449 float maxDepthBounds) in anv_CmdSetDepthBounds() argument
454 cmd_buffer->state.gfx.dynamic.depth_bounds.max = maxDepthBounds; in anv_CmdSetDepthBounds()
Danv_pipeline.c1168 pCreateInfo->pDepthStencilState->maxDepthBounds; in copy_non_dynamic_state()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp435 float maxDepthBounds = 1.0f);
DvktDrawCreateInfoUtil.cpp1004 maxDepthBounds = _maxDepthBounds; in DepthStencilState()
/external/skqp/src/gpu/vk/
DGrVkPipeline.cpp261 stencilInfo->maxDepthBounds = 1.0f; in setup_depth_stencil_state()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp265 stencilInfo->maxDepthBounds = 1.0f; in setup_depth_stencil_state()
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.h840 …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);
Danv_entrypoints.c530 …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/
DvkDeviceDriverImpl.inl420 …cmdSetDepthBounds (VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) const
422 m_vk.cmdSetDepthBounds(commandBuffer, minDepthBounds, maxDepthBounds);
DvkConcreteDeviceInterface.inl87 …epthBounds (VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) const;
DvkVirtualDeviceInterface.inl87 …Bounds (VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) const = 0;
DvkNullDriverImpl.inl676 …_CALL cmdSetDepthBounds (VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) argument
680 DE_UNREF(maxDepthBounds);
DvkFunctionPointerTypes.inl103 …pthBoundsFunc) (VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds);
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp922 m_depthStencilStateParams.maxDepthBounds = 1.0f; in addPipelineInfo()
/external/vulkan-validation-layers/layers/
Dcore_validation.h1208 …lidateCmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds);
1209 …RecordCmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds);
/external/mesa3d/include/vulkan/
Dvulkan.h2143 float maxDepthBounds; member
2653 …FN_vkCmdSetDepthBounds)(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds);
3229 float maxDepthBounds);
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2313 float maxDepthBounds; member
2833 …FN_vkCmdSetDepthBounds)(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds);
3409 float maxDepthBounds);

12