Home
last modified time | relevance | path

Searched defs:bufType (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
H A DglsFboCompletenessTests.cpp721 Image* makeImage (GLenum bufType, ImageFormat format, in makeImage() argument
744 Attachment* makeAttachment (GLenum bufType, ImageFormat format, in makeAttachment() argument
772 void TestBase::attachTargetToNew (GLenum target, GLenum bufType, ImageFormat format, in attachTargetToNew() argument
813 GLenum bufType; global() member
839 attTypeName(GLenum bufType) attTypeName() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingBufferDeviceAddressTests.cpp119 BufType bufType; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingBufferDeviceAddressTests.cpp119 BufType bufType; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp812 static string getStoreValue(int descriptorType, int numComponents, const string& vecType, const string& bufType) in getStoreValue() argument
834 static string genStore(int descriptorType, const string& vecType, const string& bufType, const string& coord) in genStore() argument
855 static string genAtomic(int descriptorType, const string& bufType, const string& coord) in genAtomic() argument
863 s << "atomicAdd(ssbo0_1.val[" << coord << "], " << bufType << "(10))"; in genAtomic() local
866 s << "imageAtomicAdd(image0_1, " << coord << ", " << bufType << "(10))"; in genAtomic() local
869 s << "imageAtomicAdd(image0_1, " << coord << ", " << bufType << "(10))"; in genAtomic() local
1121 string bufType; in initPrograms() local
1170 decls << "layout(scalar, set = 0, binding = 1) uniform ubodef0_1 { " << bufType << " val[1024]; } ubo0_1;\\n"; initPrograms() local
1174 decls << "layout(scalar, set = 0, binding = 1) " << vol << ro << "buffer sbodef0_1 { " << bufType << " val[]; } ssbo0_1;\\n"; initPrograms() local
1175 decls << "layout(scalar, set = 0, binding = 1) " << vol << ro << "buffer sbodef0_1_pad { vec4 pad; " << bufType << " val[]; } ssbo0_1_pad;\\n"; initPrograms() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp771 static string getStoreValue(int descriptorType, int numComponents, const string& vecType, const string& bufType) in getStoreValue() argument
793 static string genStore(int descriptorType, const string& vecType, const string& bufType, const string& coord) in genStore() argument
814 static string genAtomic(int descriptorType, const string& bufType, const string& coord) in genAtomic() argument
822 s << "atomicAdd(ssbo0_1.val[" << coord << "], " << bufType << "(10))"; in genAtomic() local
825 s << "imageAtomicAdd(image0_1, " << coord << ", " << bufType << "(10))"; in genAtomic() local
828 s << "imageAtomicAdd(image0_1, " << coord << ", " << bufType << "(10))"; in genAtomic() local
1080 string bufType; in initPrograms() local
1129 decls << "layout(scalar, set = 0, binding = 1) uniform ubodef0_1 { " << bufType << " val[1024]; } ubo0_1;\\n"; initPrograms() local
1133 decls << "layout(scalar, set = 0, binding = 1) " << vol << ro << "buffer sbodef0_1 { " << bufType << " val[]; } ssbo0_1;\\n"; initPrograms() local
1134 decls << "layout(scalar, set = 0, binding = 1) " << vol << ro << "buffer sbodef0_1_pad { vec4 pad; " << bufType << " val[]; } ssbo0_1_pad;\\n"; initPrograms() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp3896 typedef typename details::Sel<Barriers1, Barriers2, Barriers3, VkBufferMemoryBarrier2KHR>::type bufType; in makeDependency() typedef
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp3663 typedef typename details::Sel<Barriers1, Barriers2, Barriers3, VkBufferMemoryBarrier2KHR>::type bufType; in makeDependency() typedef

Completed in 36 milliseconds