Home
last modified time | relevance | path

Searched defs:hostRead (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderMiscTests.cpp378 const auto hostRead = VK_ACCESS_HOST_READ_BIT; in iterate() local
2306 const auto hostRead = VK_ACCESS_HOST_READ_BIT; in iterate() local
2566 const auto hostRead = VK_ACCESS_HOST_READ_BIT; in iterate() local
4373 const auto hostRead = VK_ACCESS_HOST_READ_BIT; in iterate() local
/external/angle/src/libANGLE/
DvalidationCL.cpp220 bool hostRead, in ValidateEnqueueBuffer()
358 cl_int ValidateEnqueueImage(const CommandQueue &queue, cl_mem image, bool hostRead, bool hostWrite) in ValidateEnqueueImage()