Home
last modified time | relevance | path

Searched refs:EShLangCompute (Results 1 – 22 of 22) sorted by relevance

/third_party/glslang/SPIRV/CInterface/
Dspirv_c_interface.cpp59 return EShLangCompute; in c_shader_stage()
/third_party/ffmpeg/libavfilter/
Dglslang.cpp161 [GLSLANG_COMPUTE] = EShLangCompute, in glslang_compile()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp473 forEachFunction(stageBuiltins[EShLangCompute], DerivativeFunctions); in addTabledBuiltins()
1968 stageBuiltins[EShLangCompute].append( in initialize()
4099 stageBuiltins[EShLangCompute].append( in initialize()
4118 stageBuiltins[EShLangCompute].append( in initialize()
4151 stageBuiltins[EShLangCompute].append( in initialize()
4447 stageBuiltins[EShLangCompute].append(derivativeControls); in initialize()
4448 stageBuiltins[EShLangCompute].append("\n"); in initialize()
4452 stageBuiltins[EShLangCompute].append(derivativesAndControl16bits); in initialize()
4453 stageBuiltins[EShLangCompute].append(derivativesAndControl64bits); in initialize()
4454 stageBuiltins[EShLangCompute].append("\n"); in initialize()
[all …]
DShaderLang.cpp367 …InitializeStageSymbolTable(*builtInParseables, version, profile, spvVersion, EShLangCompute, sourc… in InitializeSymbolTables()
629 case EShLangCompute: in DeduceVersionProfile()
DVersions.cpp595 case EShLangCompute: return "compute"; in StageName()
Dreflection.cpp1119 if (stage == EShLangCompute) { in buildAttributeReflection()
DParseHelper.cpp3507 case EShLangCompute: in globalQualifierTypeCheck()
3552 case EShLangCompute: in globalQualifierTypeCheck()
4917 case EShLangCompute: in finish()
5204 if (language == EShLangCompute) { in setLayoutQualifier()
5523 case EShLangCompute: in setLayoutQualifier()
8311 if (language == EShLangCompute) { in updateStandaloneQualifierDefaults()
DlinkValidate.cpp778 case EShLangCompute: in finalCheck()
DintermOut.cpp1539 case EShLangCompute: in output()
/third_party/glslang/gtests/
DTestFixture.cpp62 return EShLangCompute; in GetShaderStage()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_wrapper.cpp136 language = EShLangCompute; in GlslangCompileToSpirv()
/third_party/glslang/glslang/Public/
DShaderLang.h98 EShLangCompute, enumerator
122 EShLangComputeMask = (1 << EShLangCompute),
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSpirvUtils.cpp61 …ertex, EShLangFragment, EShLangGeometry, EShLangTessControl, EShLangTessEvaluation, EShLangCompute, in getGlslangStage()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp58 EShLangCompute, in getGlslangStage()
/third_party/glslang/glslang/CInterface/
Dglslang_c_interface.cpp181 return EShLangCompute; in c_shader_stage()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DGlslangWrapper.cpp864 {gl::ShaderType::Compute, EShLangCompute},
983 glslang::TShader computeShader(EShLangCompute); in GetShaderCodeImpl()
/third_party/glslang/StandAlone/
DStandAlone.cpp265 case EShLangCompute: name = "comp.spv"; break; in GetBinaryName()
1455 return EShLangCompute; in FindLanguage()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h481 return EShLangCompute; in FindLanguage()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h481 return EShLangCompute; in FindLanguage()
/third_party/skia/third_party/externals/tint/samples/
Dmain.cc857 return EShLangCompute; in pipeline_stage_to_esh_language()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp7317 case EShLangCompute: in setLayoutQualifier()
9397 … return language != EShLangVertex && language != EShLangCompute && language != EShLangFragment; in isInputBuiltIn()
9400 return language != EShLangVertex && language != EShLangCompute; in isInputBuiltIn()
9417 return language == EShLangCompute; in isInputBuiltIn()
9466 return language != EShLangFragment && language != EShLangCompute; in isOutputBuiltIn()
9491 if (language != EShLangFragment && language != EShLangCompute && qualifier.hasXfb()) in hasOutput()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp315 case EShLangCompute: return spv::ExecutionModelGLCompute; in TranslateExecutionModel()
1539 case EShLangCompute: in TGlslangToSpvTraverser()
5140 !(glslangIntermediate->getStage() == EShLangCompute && in createImageTextureFunctionCall()