Home
last modified time | relevance | path

Searched refs:spvIsWebGPUEnv (Results 1 – 23 of 23) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_annotation.cpp67 if (spvIsWebGPUEnv(_.context()->target_env)) { in ValidateDecorationGroup()
91 if (spvIsWebGPUEnv(_.context()->target_env)) { in ValidateGroupDecorate()
119 if (spvIsWebGPUEnv(_.context()->target_env)) { in ValidateGroupMemberDecorate()
Dvalidate_debug.cpp59 if (spvIsWebGPUEnv(_.context()->target_env) && in DebugPass()
Dvalidate_scopes.cpp94 if (spvIsWebGPUEnv(_.context()->target_env)) { in ValidateExecutionScope()
Dvalidate.cpp201 if (spvIsWebGPUEnv(_.context()->target_env) || in ValidateEntryPoints()
299 if (spvIsWebGPUEnv(context.target_env) && in ValidateBinaryUsingContextAndValidationState()
Dvalidate_memory_semantics.cpp50 if (spvIsWebGPUEnv(_.context()->target_env)) { in ValidateMemorySemantics()
Dvalidate_instruction.cpp467 if (spvIsWebGPUEnv(_.context()->target_env)) { in InstructionPass()
Dvalidate_composites.cpp473 const auto is_webgpu_env = spvIsWebGPUEnv(_.context()->target_env); in ValidateVectorShuffle()
Dvalidate_extensions.cpp48 if (spvIsWebGPUEnv(_.context()->target_env)) { in ValidateExtension()
64 if (spvIsWebGPUEnv(_.context()->target_env)) { in ValidateExtInstImport()
Dvalidate_memory.cpp493 if (spvIsWebGPUEnv(_.context()->target_env)) { in ValidateVariable()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_annotation.cpp67 if (spvIsWebGPUEnv(_.context()->target_env)) { in ValidateDecorationGroup()
91 if (spvIsWebGPUEnv(_.context()->target_env)) { in ValidateGroupDecorate()
119 if (spvIsWebGPUEnv(_.context()->target_env)) { in ValidateGroupMemberDecorate()
Dvalidate_scopes.cpp94 if (spvIsWebGPUEnv(_.context()->target_env)) { in ValidateExecutionScope()
188 if (spvIsWebGPUEnv(_.context()->target_env)) { in ValidateMemoryScope()
Dvalidate_type.cpp111 spvIsWebGPUEnv(_.context()->target_env)) && in ValidateTypeArray()
176 spvIsWebGPUEnv(_.context()->target_env)) && in ValidateTypeRuntimeArray()
233 spvIsWebGPUEnv(_.context()->target_env)) && in ValidateTypeStruct()
Dvalidate_debug.cpp59 if (spvIsWebGPUEnv(_.context()->target_env) && in DebugPass()
Dvalidate.cpp252 if (spvIsWebGPUEnv(_.context()->target_env) || in ValidateEntryPoints()
262 if (spvIsWebGPUEnv(_.context()->target_env)) { in ValidateEntryPoints()
356 if (spvIsWebGPUEnv(context.target_env) && in ValidateBinaryUsingContextAndValidationState()
Dvalidate_memory_semantics.cpp50 if (spvIsWebGPUEnv(_.context()->target_env)) { in ValidateMemorySemantics()
Dvalidate_memory.cpp529 if (spvIsWebGPUEnv(_.context()->target_env)) { in ValidateVariable()
543 if (spvIsWebGPUEnv(_.context()->target_env) && inst->operands().size() <= 3 && in ValidateVariable()
648 if (spvIsWebGPUEnv(_.context()->target_env)) { in ValidateVariable()
Dvalidate_instruction.cpp467 if (spvIsWebGPUEnv(_.context()->target_env)) { in InstructionPass()
Dvalidate_composites.cpp473 const auto is_webgpu_env = spvIsWebGPUEnv(_.context()->target_env); in ValidateVectorShuffle()
Dvalidate_extensions.cpp48 if (spvIsWebGPUEnv(_.context()->target_env)) { in ValidateExtension()
64 if (spvIsWebGPUEnv(_.context()->target_env)) { in ValidateExtInstImport()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dspirv_target_env.h31 bool spvIsWebGPUEnv(spv_target_env env);
Dspirv_target_env.cpp224 bool spvIsWebGPUEnv(spv_target_env env) { in spvIsWebGPUEnv() function
/external/deqp-deps/SPIRV-Tools/source/
Dspirv_target_env.h31 bool spvIsWebGPUEnv(spv_target_env env);
Dspirv_target_env.cpp224 bool spvIsWebGPUEnv(spv_target_env env) { in spvIsWebGPUEnv() function