Home
last modified time | relevance | path

Searched refs:vkCmdSetDepthBounds (Results 1 – 15 of 15) sorted by relevance

/external/vulkan-validation-layers/common/
Dvulkan_wrapper.h132 extern PFN_vkCmdSetDepthBounds vkCmdSetDepthBounds;
Dvulkan_wrapper.cpp129vkCmdSetDepthBounds = reinterpret_cast<PFN_vkCmdSetDepthBounds>(dlsym(libvulkan, "vkCmdSetDepthBou… in InitVulkan()
317 PFN_vkCmdSetDepthBounds vkCmdSetDepthBounds; variable
/external/vulkan-validation-layers/loader/
Dgpa_helper.h230 return (PFN_vkVoidFunction)vkCmdSetDepthBounds; in trampolineGetProcAddr()
Dtrampoline.c1837 vkCmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, function
/external/deqp/external/vulkancts/framework/vulkan/
DvkInitDeviceFunctionPointers.inl86 m_vk.cmdSetDepthBounds = (CmdSetDepthBoundsFunc) GET_PROC_ADDR("vkCmdSetDepthBounds");
DvkNullDriverImpl.inl1523 VK_NULL_FUNC_ENTRY(vkCmdSetDepthBounds, cmdSetDepthBounds),
/external/vulkan-validation-layers/layers/
Dvk_validation_layer_details.md49 …iewport vkCmdSetLineWidth vkCmdSetDepthBias vkCmdSetBlendConstants vkCmdSetDepthBounds vkCmdSetSte…
168 …iewport vkCmdSetLineWidth vkCmdSetDepthBias vkCmdSetBlendConstants vkCmdSetDepthBounds vkCmdSetSte…
317 …iewport vkCmdSetBlendConstants vkCmdSetLineWidth vkCmdSetDepthBias vkCmdSetDepthBounds vkCmdSetSte…
Dvk_validation_error_database.txt1489vkCmdSetDepthBounds~^~For more information refer to Vulkan Spec Section '25.8. Depth Bounds Test' …
1490vkCmdSetDepthBounds~^~For more information refer to Vulkan Spec Section '25.8. Depth Bounds Test' …
1491vkCmdSetDepthBounds~^~For more information refer to Vulkan Spec Section '25.8. Depth Bounds Test' …
1492vkCmdSetDepthBounds~^~For more information refer to Vulkan Spec Section '25.8. Depth Bounds Test' …
1493vkCmdSetDepthBounds~^~For more information refer to Vulkan Spec Section '25.8. Depth Bounds Test' …
1494vkCmdSetDepthBounds~^~For more information refer to Vulkan Spec Section '25.8. Depth Bounds Test' …
1495 VALIDATION_ERROR_01510~^~U~^~Unknown~^~vkCmdSetDepthBounds~^~For more information refer to Vulkan S…
1496 VALIDATION_ERROR_01511~^~U~^~Unknown~^~vkCmdSetDepthBounds~^~For more information refer to Vulkan S…
1497 VALIDATION_ERROR_01512~^~U~^~Unknown~^~vkCmdSetDepthBounds~^~For more information refer to Vulkan S…
1498 VALIDATION_ERROR_01513~^~U~^~Unknown~^~vkCmdSetDepthBounds~^~For more information refer to Vulkan S…
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp739 VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds,… in vkCmdSetDepthBounds() function
1344 return (PFN_vkVoidFunction) vkCmdSetDepthBounds; in layer_intercept_proc()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp1471 vkCmdSetDepthBounds(handle(), minDepthBounds, maxDepthBounds); in SetDepthBounds()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h2925 VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthBounds(
Dvulkan.hpp13906 vkCmdSetDepthBounds( m_commandBuffer, minDepthBounds, maxDepthBounds ); in setDepthBounds()
13913 vkCmdSetDepthBounds( m_commandBuffer, minDepthBounds, maxDepthBounds ); in setDepthBounds()
/external/mesa3d/include/vulkan/
Dvulkan.h2934 VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthBounds(
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h3031 VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthBounds(
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in3090 VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthBounds(