Home
last modified time | relevance | path

Searched refs:getComputeShaderLocalSize (Results 1 – 12 of 12) sorted by relevance

/external/angle/src/tests/compiler_tests/
DWorkGroupSize_test.cpp64 const WorkGroupSize &localSize = mTranslator->getComputeShaderLocalSize(); in TEST_F()
81 const WorkGroupSize &localSize = mTranslator->getComputeShaderLocalSize(); in TEST_F()
98 const WorkGroupSize &localSize = mTranslator->getComputeShaderLocalSize(); in TEST_F()
/external/angle/src/compiler/translator/hlsl/
DTranslatorHLSL.cpp233 compileOptions, getComputeShaderLocalSize(), &getSymbolTable(), perfDiagnostics, in translate()
/external/angle/src/compiler/translator/
DCompiler.h121 const sh::WorkGroupSize &getComputeShaderLocalSize() const { return mComputeShaderLocalSize; } in getComputeShaderLocalSize() function
DShaderLang.cpp600 return compiler->getComputeShaderLocalSize(); in GetComputeShaderLocalGroupSize()
DParseContext.h99 sh::WorkGroupSize getComputeShaderLocalSize() const;
DCompiler.cpp619 mComputeShaderLocalSize = parseContext.getComputeShaderLocalSize(); in setASTMetadata()
DParseContext.cpp2551 sh::WorkGroupSize TParseContext::getComputeShaderLocalSize() const in getComputeShaderLocalSize() function in sh::TParseContext
2698 sh::WorkGroupSize workGroupSize = getComputeShaderLocalSize(); in parseVariableIdentifier()
/external/angle/src/compiler/translator/glsl/
DOutputGLSLBase.cpp1555 const sh::WorkGroupSize &localSize = compiler.getComputeShaderLocalSize(); in EmitWorkGroupSizeGLSL()
/external/angle/src/libANGLE/
DProgramExecutable.h393 const sh::WorkGroupSize &getComputeShaderLocalSize() const in getComputeShaderLocalSize() function
Dqueryutils.cpp1446 program->getExecutable().getComputeShaderLocalSize(); in QueryProgramiv()
/external/angle/src/libANGLE/capture/
Dserialize.cpp1059 SerializeWorkGroupSize(json, executable.getComputeShaderLocalSize()); in SerializeProgramState()
/external/angle/src/compiler/translator/spirv/
DBuildSPIRV.cpp2426 const sh::WorkGroupSize &localSize = mCompiler->getComputeShaderLocalSize(); in writeExecutionModes()