Home
last modified time | relevance | path

Searched refs:indirect_protected_cb (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Ddrawdispatch.cpp286 indirect_protected_cb = "VUID-vkCmdDrawIndirect-commandBuffer-02711"; in DispatchVuidsCmdDrawIndirect()
345 indirect_protected_cb = "VUID-vkCmdDrawIndexedIndirect-commandBuffer-02711"; in DispatchVuidsCmdDrawIndexedIndirect()
422 indirect_protected_cb = "VUID-vkCmdDispatchIndirect-commandBuffer-02711"; in DispatchVuidsCmdDispatchIndirect()
452 indirect_protected_cb = "VUID-vkCmdDrawIndirectCount-commandBuffer-02711"; in DispatchVuidsCmdDrawIndirectCount()
500indirect_protected_cb = "VUID-vkCmdDrawIndexedIndirectCount-commandBuffer-02711"; in DispatchVuidsCmdDrawIndexedIndirectCount()
655indirect_protected_cb = "VUID-vkCmdDrawMeshTasksIndirectNV-commandBuffer-02711"; in DispatchVuidsCmdDrawMeshTasksIndirectNV()
696indirect_protected_cb = "VUID-vkCmdDrawMeshTasksIndirectCountNV-commandBuffer-02711"; in DispatchVuidsCmdDrawMeshTasksIndirectCountNV()
739indirect_protected_cb = "VUID-vkCmdDrawIndirectByteCountEXT-commandBuffer-02646"; in DispatchVuidsCmdDrawIndirectByteCountEXT()
H A Dcore_validation.h51 const char* indirect_protected_cb = kVUIDUndefined; member
H A Dcore_validation.cpp2771 skip |= LogError(cb_state.Handle(), vuid.indirect_protected_cb, in ValidateIndirectCmd()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/
H A Dcore_validation.h47 const char* indirect_protected_cb; member
H A Dcore_validation.cpp2121 skip |= LogError(cb_state->commandBuffer, vuid.indirect_protected_cb, in ValidateIndirectCmd()