Home
last modified time | relevance | path

Searched refs:get8BitStorageFeatures (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm8bitStorageTests.cpp144 VulkanFeatures get8BitStorageFeatures (const char* cap) in get8BitStorageFeatures() function
1092 spec.requestedVulkanFeatures = get8BitStorageFeatures(CAPABILITIES[STORAGE_BUFFER_TEST].name); in addCompute8bitStorage32To8Group()
1245 …spec.requestedVulkanFeatures = get8BitStorageFeatures(CAPABILITIES[UNIFORM_AND_STORAGEBUFFER_TEST]… in addCompute8bitUniform8To32Group()
1569 spec.requestedVulkanFeatures = get8BitStorageFeatures(CAPABILITIES[STORAGE_BUFFER_TEST].name); in addCompute8bitStorage16To8Group()
1726 …spec.requestedVulkanFeatures = get8BitStorageFeatures(CAPABILITIES[UNIFORM_AND_STORAGEBUFFER_TEST]… in addCompute8bitUniform8To16Group()
2200 …spec.requestedVulkanFeatures = get8BitStorageFeatures(CAPABILITIES[UNIFORM_AND_STORAGEBUFFER_TEST]… in addCompute8bitStorageUniform8StructTo32StructGroup()
2426 spec.requestedVulkanFeatures = get8BitStorageFeatures(CAPABILITIES[STORAGE_BUFFER_TEST].name); in addCompute8bitStorageUniform32StructTo8StructGroup()
2658 spec.requestedVulkanFeatures = get8BitStorageFeatures(CAPABILITIES[capIdx].name); in addCompute8bitStorage8bitStructMixedTypesGroup()
2871 …ors, defaultColors, fragments, resources, extensions, testGroup, get8BitStorageFeatures(CAPABILITI… in addGraphics8BitStorageUniformInt32To8Group()
3140 …ors, defaultColors, fragments, resources, extensions, testGroup, get8BitStorageFeatures(CAPABILITI… in addGraphics8BitStorageUniformInt8To32Group()
[all …]
DvktSpvAsmUtils.cpp43 VkPhysicalDevice8BitStorageFeaturesKHR extensionFeatures = context.get8BitStorageFeatures(); in is8BitStorageFeaturesSupported()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.hpp79 get8BitStorageFeatures (void) const;
DvktTestCase.cpp475 …const VkPhysicalDevice8BitStorageFeaturesKHR& get8BitStorageFeatures (void) const { return m_… in get8BitStorageFeatures() function in vkt::DefaultDevice
638 … Context::get8BitStorageFeatures (void) const { return m_device->get8BitStorageFeatures(); } in get8BitStorageFeatures() function in vkt::Context
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp2252 …if (!context.get8BitStorageFeatures().uniformAndStorageBuffer8BitAccess && uses8BitStorage(m_inter… in createInstance()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp2477 if (!context.get8BitStorageFeatures().storageBuffer8BitAccess && uses8BitStorage(m_interface)) in createInstance()