Home
last modified time | relevance | path

Searched refs:usageHints (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fBufferWriteTests.cpp443 static const deUint32 usageHints[] = in iterate() local
470 const deUint32 hint = usageHints[rnd.getInt(0, DE_LENGTH_OF_ARRAY(usageHints)-1)]; in iterate()
552 static const deUint32 usageHints[] = in init() local
576 for (int usageNdx = 0; usageNdx < DE_LENGTH_OF_ARRAY(usageHints); usageNdx++) in init()
579 const deUint32 usage = usageHints[usageNdx]; in init()
676 spec->usage = usageHints[rnd.getInt(0, DE_LENGTH_OF_ARRAY(usageHints)-1)]; in init()
692 for (int usageNdx = 0; usageNdx < DE_LENGTH_OF_ARRAY(usageHints); usageNdx++) in init()
695 const deUint32 usage = usageHints[usageNd in init()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fBufferWriteTests.cpp449 static const deUint32 usageHints[] = in iterate() local
482 const deUint32 hint = usageHints[rnd.getInt(0, DE_LENGTH_OF_ARRAY(usageHints)-1)]; in iterate()
571 static const deUint32 usageHints[] = in init() local
591 for (int usageNdx = 0; usageNdx < DE_LENGTH_OF_ARRAY(usageHints); usageNdx++) in init()
594 const deUint32 usage = usageHints[usageNdx]; in init()
676 spec->usage = usageHints[rnd.getInt(0, DE_LENGTH_OF_ARRAY(usageHints)-1)]; in init()
692 for (int usageNdx = 0; usageNdx < DE_LENGTH_OF_ARRAY(usageHints); usageNdx++) in init()
695 const deUint32 usage = usageHints[usageNd in init()
[all...]
H A Des3fBufferMapTests.cpp564 static const deUint32 usageHints[] = in init() local
630 for (int hintNdx = 0; hintNdx < DE_LENGTH_OF_ARRAY(usageHints); hintNdx++) in init()
633 deUint32 hint = usageHints[hintNdx]; in init()
676 for (int hintNdx = 0; hintNdx < DE_LENGTH_OF_ARRAY(usageHints); hintNdx++) in init()
679 deUint32 hint = usageHints[hintNdx]; in init()
781 for (int hintNdx = 0; hintNdx < DE_LENGTH_OF_ARRAY(usageHints); hintNdx++) in init()
784 deUint32 hint = usageHints[hintNdx]; in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMemoryRequirementsTests.cpp442 std::vector<VkBufferUsageFlags> usageHints; in checkSupport() local
444 u::combine(usageFlagsTmp, AvailableBufferUsageBits.select<1>(fate), usageHints); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferMemoryRequirementsTests.cpp440 std::vector<VkBufferUsageFlags> usageHints; in checkSupport() local
442 u::combine(usageFlagsTmp, AvailableBufferUsageBits.select<1>(fate), usageHints); in checkSupport()

Completed in 7 milliseconds