/third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
D | WorkGroupSize_test.cpp | 61 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/ |
D | WorkGroupSize_test.cpp | 61 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/ |
D | TranslatorHLSL.cpp | 143 compileOptions, getComputeShaderLocalSize(), &getSymbolTable(), in translate()
|
D | Compiler.h | 102 const sh::WorkGroupSize &getComputeShaderLocalSize() const { return mComputeShaderLocalSize; } in getComputeShaderLocalSize() function
|
D | Compiler.cpp | 472 mComputeShaderLocalSize = parseContext.getComputeShaderLocalSize(); in setASTMetadata() 1437 const sh::WorkGroupSize &localSize = compiler.getComputeShaderLocalSize(); in EmitWorkGroupSizeGLSL()
|
D | ShaderLang.cpp | 486 return compiler->getComputeShaderLocalSize(); in GetComputeShaderLocalGroupSize()
|
D | ParseContext.h | 86 sh::WorkGroupSize getComputeShaderLocalSize() const;
|
D | ParseContext.cpp | 1817 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/ |
D | TranslatorHLSL.cpp | 215 compileOptions, getComputeShaderLocalSize(), &getSymbolTable(), in translate()
|
D | Compiler.h | 119 const sh::WorkGroupSize &getComputeShaderLocalSize() const { return mComputeShaderLocalSize; } in getComputeShaderLocalSize() function
|
D | ShaderLang.cpp | 582 return compiler->getComputeShaderLocalSize(); in GetComputeShaderLocalGroupSize()
|
D | ParseContext.h | 89 sh::WorkGroupSize getComputeShaderLocalSize() const;
|
D | OutputGLSLBase.cpp | 1439 const sh::WorkGroupSize &localSize = compiler.getComputeShaderLocalSize(); in EmitWorkGroupSizeGLSL()
|
D | Compiler.cpp | 557 mComputeShaderLocalSize = parseContext.getComputeShaderLocalSize(); in setASTMetadata()
|
D | BuildSPIRV.cpp | 2217 const sh::WorkGroupSize &localSize = mCompiler->getComputeShaderLocalSize(); in writeExecutionModes()
|
D | ParseContext.cpp | 2130 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/ |
D | Program.h | 286 const sh::WorkGroupSize &getComputeShaderLocalSize() const { return mComputeShaderLocalSize; } in getComputeShaderLocalSize() function 696 const sh::WorkGroupSize &getComputeShaderLocalSize() const;
|
D | Program.cpp | 2138 const sh::WorkGroupSize &Program::getComputeShaderLocalSize() const in getComputeShaderLocalSize() function in gl::Program 4265 const auto &computeLocalSize = mState.getComputeShaderLocalSize(); in serialize()
|
D | queryutils.cpp | 1357 const sh::WorkGroupSize &localSize = program->getComputeShaderLocalSize(); in QueryProgramiv()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Program.h | 348 const sh::WorkGroupSize &getComputeShaderLocalSize() const { return mComputeShaderLocalSize; } in getComputeShaderLocalSize() function 850 const sh::WorkGroupSize &getComputeShaderLocalSize() const;
|
D | Program.cpp | 1949 const sh::WorkGroupSize &Program::getComputeShaderLocalSize() const in getComputeShaderLocalSize() function in gl::Program 4568 const auto &computeLocalSize = mState.getComputeShaderLocalSize(); in serialize()
|
D | queryutils.cpp | 1198 const sh::WorkGroupSize &localSize = program->getComputeShaderLocalSize(); in QueryProgramiv()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | frame_capture_utils.cpp | 1004 SerializeWorkGroupSize(json, programState.getComputeShaderLocalSize()); in SerializeProgramState()
|