Home
last modified time | relevance | path

Searched defs:getComputeShaderLocalSize (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DCompiler.h105 const sh::WorkGroupSize &getComputeShaderLocalSize() const { return mComputeShaderLocalSize; } in getComputeShaderLocalSize() function
DParseContext.cpp1902 sh::WorkGroupSize TParseContext::getComputeShaderLocalSize() const in getComputeShaderLocalSize() function in sh::TParseContext
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DProgram.h263 const sh::WorkGroupSize &getComputeShaderLocalSize() const { return mComputeShaderLocalSize; } in getComputeShaderLocalSize() function
DProgram.cpp2140 const sh::WorkGroupSize &Program::getComputeShaderLocalSize() const in getComputeShaderLocalSize() function in gl::Program