Searched refs:getComputeShaderLocalSize (Results 1 – 12 of 12) sorted by relevance
64 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()
233 compileOptions, getComputeShaderLocalSize(), &getSymbolTable(), perfDiagnostics, in translate()
121 const sh::WorkGroupSize &getComputeShaderLocalSize() const { return mComputeShaderLocalSize; } in getComputeShaderLocalSize() function
600 return compiler->getComputeShaderLocalSize(); in GetComputeShaderLocalGroupSize()
99 sh::WorkGroupSize getComputeShaderLocalSize() const;
619 mComputeShaderLocalSize = parseContext.getComputeShaderLocalSize(); in setASTMetadata()
2551 sh::WorkGroupSize TParseContext::getComputeShaderLocalSize() const in getComputeShaderLocalSize() function in sh::TParseContext2698 sh::WorkGroupSize workGroupSize = getComputeShaderLocalSize(); in parseVariableIdentifier()
1555 const sh::WorkGroupSize &localSize = compiler.getComputeShaderLocalSize(); in EmitWorkGroupSizeGLSL()
393 const sh::WorkGroupSize &getComputeShaderLocalSize() const in getComputeShaderLocalSize() function
1446 program->getExecutable().getComputeShaderLocalSize(); in QueryProgramiv()
1059 SerializeWorkGroupSize(json, executable.getComputeShaderLocalSize()); in SerializeProgramState()
2426 const sh::WorkGroupSize &localSize = mCompiler->getComputeShaderLocalSize(); in writeExecutionModes()