Searched refs:VarPtr (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmTerminateInvocationTests.cpp | 117 std::vector<std::string> VarPtr; in createTerminateInvocationGroup() local 118 VarPtr.push_back("VariablePointerFeatures.variablePointersStorageBuffer"); in createTerminateInvocationGroup() 119 VarPtr.push_back("Features.fragmentStoresAndAtomics"); in createTerminateInvocationGroup() 137 …_load", "null pointer should not be accessed by a load in a terminated invocation", false, VarPtr); in createTerminateInvocationGroup() 138 …tore", "null pointer should not be accessed by a store in a terminated invocation", false, VarPtr); in createTerminateInvocationGroup() 139 …out of bounds pointer should not be accessed by a load in a terminated invocation", false, VarPtr); in createTerminateInvocationGroup() 140 …ut of bounds pointer should not be accessed by a store in a terminated invocation", false, VarPtr); in createTerminateInvocationGroup() 141 … of bounds pointer should not be accessed by an atomic in a terminated invocation", false, VarPtr); in createTerminateInvocationGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
D | vktSpvAsmTerminateInvocationTests.cpp | 117 std::vector<std::string> VarPtr; in createTerminateInvocationGroup() local 118 VarPtr.push_back("VariablePointerFeatures.variablePointersStorageBuffer"); in createTerminateInvocationGroup() 119 VarPtr.push_back("Features.fragmentStoresAndAtomics"); in createTerminateInvocationGroup() 137 …_load", "null pointer should not be accessed by a load in a terminated invocation", false, VarPtr); in createTerminateInvocationGroup() 138 …tore", "null pointer should not be accessed by a store in a terminated invocation", false, VarPtr); in createTerminateInvocationGroup() 139 …out of bounds pointer should not be accessed by a load in a terminated invocation", false, VarPtr); in createTerminateInvocationGroup() 140 …ut of bounds pointer should not be accessed by a store in a terminated invocation", false, VarPtr); in createTerminateInvocationGroup() 141 … of bounds pointer should not be accessed by an atomic in a terminated invocation", false, VarPtr); in createTerminateInvocationGroup()
|