Home
last modified time | relevance | path

Searched refs:spvIsVulkanEnv (Results 1 – 25 of 31) sorted by relevance

12

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_builtins.cpp813 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateClipOrCullDistanceAtReference()
940 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateFragCoordAtDefinition()
962 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateFragCoordAtReference()
997 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateFragDepthAtDefinition()
1018 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateFragDepthAtReference()
1066 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateFrontFacingAtDefinition()
1087 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateFrontFacingAtReference()
1122 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateHelperInvocationAtDefinition()
1143 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateHelperInvocationAtReference()
1179 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateInvocationIdAtDefinition()
[all …]
Dvalidate_scopes.cpp48 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateExecutionScope()
161 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateMemoryScope()
Dvalidate_memory_semantics.cpp168 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateMemorySemantics()
222 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateMemorySemantics()
Dvalidate_mode_setting.cpp191 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateEntryPoint()
401 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateExecutionMode()
Dvalidate_atomics.cpp78 if (spvIsVulkanEnv(_.context()->target_env) && in AtomicsPass()
Dvalidate_decorations.cpp626 if (spvIsVulkanEnv(vstate.context()->target_env)) { in CheckBuiltInVariable()
808 if (spvIsVulkanEnv(vstate.context()->target_env)) { in CheckDecorationsOfBuffers()
863 if (spvIsVulkanEnv(vstate.context()->target_env)) { in CheckDecorationsOfBuffers()
Dvalidate_memory.cpp433 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateVariable()
482 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateVariable()
Dvalidate_instruction.cpp134 if (spvIsVulkanEnv(state.context()->target_env)) { in CheckRequiredCapabilities()
Dvalidate.cpp202 spvIsVulkanEnv(_.context()->target_env)) { in ValidateEntryPoints()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_builtins.cpp813 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateClipOrCullDistanceAtReference()
940 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateFragCoordAtDefinition()
962 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateFragCoordAtReference()
997 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateFragDepthAtDefinition()
1018 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateFragDepthAtReference()
1066 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateFrontFacingAtDefinition()
1087 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateFrontFacingAtReference()
1122 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateHelperInvocationAtDefinition()
1143 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateHelperInvocationAtReference()
1179 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateInvocationIdAtDefinition()
[all …]
Dvalidate_type.cpp110 if ((spvIsVulkanEnv(_.context()->target_env) || in ValidateTypeArray()
114 spvIsVulkanEnv(_.context()->target_env) ? "Vulkan" : "WebGPU"; in ValidateTypeArray()
175 if ((spvIsVulkanEnv(_.context()->target_env) || in ValidateTypeRuntimeArray()
179 spvIsVulkanEnv(_.context()->target_env) ? "Vulkan" : "WebGPU"; in ValidateTypeRuntimeArray()
232 if ((spvIsVulkanEnv(_.context()->target_env) || in ValidateTypeStruct()
239 spvIsVulkanEnv(_.context()->target_env) ? "Vulkan" : "WebGPU"; in ValidateTypeStruct()
Dvalidate_scopes.cpp48 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateExecutionScope()
161 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateMemoryScope()
Dvalidate_memory_semantics.cpp161 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateMemorySemantics()
215 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateMemorySemantics()
Dvalidate_mode_setting.cpp191 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateEntryPoint()
401 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateExecutionMode()
Dvalidate_atomics.cpp78 if (spvIsVulkanEnv(_.context()->target_env) && in AtomicsPass()
Dvalidate_memory.cpp470 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateVariable()
518 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateVariable()
588 if (spvIsVulkanEnv(_.context()->target_env)) { in ValidateVariable()
Dvalidate_decorations.cpp633 if (spvIsVulkanEnv(vstate.context()->target_env)) { in CheckBuiltInVariable()
815 if (spvIsVulkanEnv(vstate.context()->target_env)) { in CheckDecorationsOfBuffers()
872 if (spvIsVulkanEnv(vstate.context()->target_env)) { in CheckDecorationsOfBuffers()
Dvalidate_instruction.cpp134 if (spvIsVulkanEnv(state.context()->target_env)) { in CheckRequiredCapabilities()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dspirv_target_env.h25 bool spvIsVulkanEnv(spv_target_env env);
Dspirv_target_env.cpp168 bool spvIsVulkanEnv(spv_target_env env) { in spvIsVulkanEnv() function
/external/deqp-deps/SPIRV-Tools/source/
Dspirv_target_env.h25 bool spvIsVulkanEnv(spv_target_env env);
Dspirv_target_env.cpp168 bool spvIsVulkanEnv(spv_target_env env) { in spvIsVulkanEnv() function
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_extensions_test.cpp295 if (spvIsVulkanEnv(GetParam().env)) { in TEST_P()
Dval_modes_test.cpp537 if (!spvIsVulkanEnv(env)) { in TEST_P()
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_extensions_test.cpp295 if (spvIsVulkanEnv(GetParam().env)) { in TEST_P()

12