Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/
DWorkGroupSize_test.cpp61 const WorkGroupSize &localSize = mTranslator->getComputeShaderLocalSize(); in TEST_F()
78 const WorkGroupSize &localSize = mTranslator->getComputeShaderLocalSize(); in TEST_F()
95 const WorkGroupSize &localSize = mTranslator->getComputeShaderLocalSize(); in TEST_F()
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DWorkGroupSize_test.cpp61 const WorkGroupSize &localSize = mTranslator->getComputeShaderLocalSize(); in TEST_F()
78 const WorkGroupSize &localSize = mTranslator->getComputeShaderLocalSize(); in TEST_F()
95 const WorkGroupSize &localSize = mTranslator->getComputeShaderLocalSize(); in TEST_F()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorHLSL.cpp143 compileOptions, getComputeShaderLocalSize(), &getSymbolTable(), in translate()
DCompiler.h102 const sh::WorkGroupSize &getComputeShaderLocalSize() const { return mComputeShaderLocalSize; } in getComputeShaderLocalSize() function
DCompiler.cpp472 mComputeShaderLocalSize = parseContext.getComputeShaderLocalSize(); in setASTMetadata()
1437 const sh::WorkGroupSize &localSize = compiler.getComputeShaderLocalSize(); in EmitWorkGroupSizeGLSL()
DShaderLang.cpp486 return compiler->getComputeShaderLocalSize(); in GetComputeShaderLocalGroupSize()
DParseContext.h86 sh::WorkGroupSize getComputeShaderLocalSize() const;
DParseContext.cpp1817 sh::WorkGroupSize TParseContext::getComputeShaderLocalSize() const in getComputeShaderLocalSize() function in sh::TParseContext
1908 sh::WorkGroupSize workGroupSize = getComputeShaderLocalSize(); in parseVariableIdentifier()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorHLSL.cpp215 compileOptions, getComputeShaderLocalSize(), &getSymbolTable(), in translate()
DCompiler.h119 const sh::WorkGroupSize &getComputeShaderLocalSize() const { return mComputeShaderLocalSize; } in getComputeShaderLocalSize() function
DShaderLang.cpp582 return compiler->getComputeShaderLocalSize(); in GetComputeShaderLocalGroupSize()
DParseContext.h89 sh::WorkGroupSize getComputeShaderLocalSize() const;
DOutputGLSLBase.cpp1439 const sh::WorkGroupSize &localSize = compiler.getComputeShaderLocalSize(); in EmitWorkGroupSizeGLSL()
DCompiler.cpp557 mComputeShaderLocalSize = parseContext.getComputeShaderLocalSize(); in setASTMetadata()
DBuildSPIRV.cpp2217 const sh::WorkGroupSize &localSize = mCompiler->getComputeShaderLocalSize(); in writeExecutionModes()
DParseContext.cpp2130 sh::WorkGroupSize TParseContext::getComputeShaderLocalSize() const in getComputeShaderLocalSize() function in sh::TParseContext
2232 sh::WorkGroupSize workGroupSize = getComputeShaderLocalSize(); in parseVariableIdentifier()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgram.h286 const sh::WorkGroupSize &getComputeShaderLocalSize() const { return mComputeShaderLocalSize; } in getComputeShaderLocalSize() function
696 const sh::WorkGroupSize &getComputeShaderLocalSize() const;
DProgram.cpp2138 const sh::WorkGroupSize &Program::getComputeShaderLocalSize() const in getComputeShaderLocalSize() function in gl::Program
4265 const auto &computeLocalSize = mState.getComputeShaderLocalSize(); in serialize()
Dqueryutils.cpp1357 const sh::WorkGroupSize &localSize = program->getComputeShaderLocalSize(); in QueryProgramiv()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DProgram.h348 const sh::WorkGroupSize &getComputeShaderLocalSize() const { return mComputeShaderLocalSize; } in getComputeShaderLocalSize() function
850 const sh::WorkGroupSize &getComputeShaderLocalSize() const;
DProgram.cpp1949 const sh::WorkGroupSize &Program::getComputeShaderLocalSize() const in getComputeShaderLocalSize() function in gl::Program
4568 const auto &computeLocalSize = mState.getComputeShaderLocalSize(); in serialize()
Dqueryutils.cpp1198 const sh::WorkGroupSize &localSize = program->getComputeShaderLocalSize(); in QueryProgramiv()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp1004 SerializeWorkGroupSize(json, programState.getComputeShaderLocalSize()); in SerializeProgramState()