Searched refs:has_vulkan_model (Results 1 – 3 of 3) sorted by relevance
2839 bool has_vulkan_model = execution_model == SpvExecutionModelGLCompute || in ValidateComputeShaderI32Vec3InputAtReference() local2842 if (spvIsVulkanEnv(_.context()->target_env) && !has_vulkan_model) { in ValidateComputeShaderI32Vec3InputAtReference()2921 bool has_vulkan_model = execution_model == SpvExecutionModelGLCompute || in ValidateComputeI32InputAtReference() local2924 if (spvIsVulkanEnv(_.context()->target_env) && !has_vulkan_model) { in ValidateComputeI32InputAtReference()