Searched refs:ASMtoSPV (Results 1 – 7 of 7) sorted by relevance
/external/vulkan-validation-layers/tests/ |
D | vktestframeworkandroid.h | 48 …bool ASMtoSPV(const spv_target_env target_env, const uint32_t options, const char *pasm, std::vect…
|
D | vktestframework.h | 69 …bool ASMtoSPV(const spv_target_env target_env, const uint32_t options, const char *pasm, std::vect…
|
D | vktestframeworkandroid.cpp | 110 bool VkTestFramework::ASMtoSPV(const spv_target_env target_env, const uint32_t options, const char … in ASMtoSPV() function in VkTestFramework
|
D | vktestframework.cpp | 843 bool VkTestFramework::ASMtoSPV(const spv_target_env target_env, const uint32_t options, const char … in ASMtoSPV() function in VkTestFramework
|
D | vkrenderframework.cpp | 1560 framework->ASMtoSPV(SPV_ENV_VULKAN_1_0, 0, spv_source.data(), spv); in VkShaderObj()
|
D | vklayertests_pipeline_shader.cpp | 3009 ASMtoSPV(SPV_ENV_VULKAN_1_0, 0, spv_source.data(), spv); in TEST_F() 5093 ASMtoSPV(SPV_ENV_VULKAN_1_1, 0, spv_source[i].data(), spv); in TEST_F()
|
D | vkpositivelayertests.cpp | 1230 ASMtoSPV(SPV_ENV_VULKAN_1_0, 0, spv_source.data(), spv); in TEST_F()
|