/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | reflection.h | 170 unsigned getLocalSize(int dim) const { return dim <= 2 ? localSize[dim] : 0; } in getLocalSize() function
|
D | reflection.cpp | 1125 localSize[dim] = intermediate.getLocalSize(dim); in buildAttributeReflection() 1256 if (getLocalSize(0) > 1) { in dump() 1260 if (getLocalSize(dim) > 1) in dump() 1261 printf("Local size %s: %u\n", axis[dim], getLocalSize(dim)); in dump()
|
D | ShaderLang.cpp | 2192 unsigned TProgram::getLocalSize(int dim) const { return reflection->getLocal… in getLocalSize() function in glslang::TProgram
|
D | ParseHelper.cpp | 8935 if (intermediate.getLocalSize(i) > (unsigned int)max) in updateStandaloneQualifierDefaults() 8946 if (intermediate.getLocalSize(i) > (unsigned int)max) in updateStandaloneQualifierDefaults() 8955 if (intermediate.getLocalSize(i) > (unsigned int)max) in updateStandaloneQualifierDefaults() 8966 … workGroupSize->getWritableConstArray()[i].setUConst(intermediate.getLocalSize(i)); in updateStandaloneQualifierDefaults() 9017 if ((intermediate.getLocalSize(0) & 1) || in updateStandaloneQualifierDefaults() 9018 (intermediate.getLocalSize(1) & 1)) in updateStandaloneQualifierDefaults() 9028 if((intermediate.getLocalSize(0) * in updateStandaloneQualifierDefaults() 9029 intermediate.getLocalSize(1) * in updateStandaloneQualifierDefaults() 9030 intermediate.getLocalSize(2)) % 4 != 0) in updateStandaloneQualifierDefaults()
|
D | localintermediate.h | 573 unsigned int getLocalSize(int dim) const { return localSize[dim]; } in getLocalSize() function
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | reflection.h | 170 unsigned getLocalSize(int dim) const { return dim <= 2 ? localSize[dim] : 0; } in getLocalSize() function
|
D | reflection.cpp | 1125 localSize[dim] = intermediate.getLocalSize(dim); in buildAttributeReflection() 1256 if (getLocalSize(0) > 1) { in dump() 1260 if (getLocalSize(dim) > 1) in dump() 1261 printf("Local size %s: %u\n", axis[dim], getLocalSize(dim)); in dump()
|
D | ShaderLang.cpp | 2100 unsigned TProgram::getLocalSize(int dim) const { return reflection->getLocal… in getLocalSize() function in glslang::TProgram
|
D | ParseHelper.cpp | 8467 if (intermediate.getLocalSize(i) > (unsigned int)max) in updateStandaloneQualifierDefaults() 8478 if (intermediate.getLocalSize(i) > (unsigned int)max) in updateStandaloneQualifierDefaults() 8487 if (intermediate.getLocalSize(i) > (unsigned int)max) in updateStandaloneQualifierDefaults() 8498 … workGroupSize->getWritableConstArray()[i].setUConst(intermediate.getLocalSize(i)); in updateStandaloneQualifierDefaults() 8549 if ((intermediate.getLocalSize(0) & 1) || in updateStandaloneQualifierDefaults() 8550 (intermediate.getLocalSize(1) & 1)) in updateStandaloneQualifierDefaults() 8560 if((intermediate.getLocalSize(0) * in updateStandaloneQualifierDefaults() 8561 intermediate.getLocalSize(1) * in updateStandaloneQualifierDefaults() 8562 intermediate.getLocalSize(2)) % 4 != 0) in updateStandaloneQualifierDefaults()
|
D | localintermediate.h | 551 unsigned int getLocalSize(int dim) const { return localSize[dim]; } in getLocalSize() function
|
/external/angle/src/libANGLE/ |
D | Shader.h | 92 const sh::WorkGroupSize &getLocalSize() const { return mLocalSize; } in getLocalSize() function
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Public/ |
D | ShaderLang.h | 859 … GLSLANG_EXPORT unsigned getLocalSize(int dim) const; // return dim'th local size
|
/external/deqp-deps/glslang/glslang/Public/ |
D | ShaderLang.h | 838 … GLSLANG_EXPORT unsigned getLocalSize(int dim) const; // return dim'th local size
|
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
D | GlslangToSpv.cpp | 1661 …er.addExecutionMode(shaderEntry, spv::ExecutionModeLocalSize, glslangIntermediate->getLocalSize(0), in TGlslangToSpvTraverser() 1662 … glslangIntermediate->getLocalSize(1), in TGlslangToSpvTraverser() 1663 … glslangIntermediate->getLocalSize(2)); in TGlslangToSpvTraverser() 1767 …er.addExecutionMode(shaderEntry, spv::ExecutionModeLocalSize, glslangIntermediate->getLocalSize(0), in TGlslangToSpvTraverser() 1768 … glslangIntermediate->getLocalSize(1), in TGlslangToSpvTraverser() 1769 … glslangIntermediate->getLocalSize(2)); in TGlslangToSpvTraverser() 8938 … dimConstId.push_back(builder.makeUintConstant(glslangIntermediate->getLocalSize(dim), specConst)); in createSpvConstant()
|
/external/deqp-deps/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 1600 …er.addExecutionMode(shaderEntry, spv::ExecutionModeLocalSize, glslangIntermediate->getLocalSize(0), in TGlslangToSpvTraverser() 1601 … glslangIntermediate->getLocalSize(1), in TGlslangToSpvTraverser() 1602 … glslangIntermediate->getLocalSize(2)); in TGlslangToSpvTraverser() 1706 …er.addExecutionMode(shaderEntry, spv::ExecutionModeLocalSize, glslangIntermediate->getLocalSize(0), in TGlslangToSpvTraverser() 1707 … glslangIntermediate->getLocalSize(1), in TGlslangToSpvTraverser() 1708 … glslangIntermediate->getLocalSize(2)); in TGlslangToSpvTraverser() 8534 … dimConstId.push_back(builder.makeUintConstant(glslangIntermediate->getLocalSize(dim), specConst)); in createSpvConstant()
|
/external/angle/src/libANGLE/capture/ |
D | frame_capture_utils.cpp | 993 SerializeWorkGroupSize(json, shaderState.getLocalSize()); in SerializeShaderState()
|
/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 9191 if (intermediate.getLocalSize(i) > (unsigned int)max) in updateStandaloneQualifierDefaults() 9196 workGroupSize->getWritableConstArray()[i].setUConst(intermediate.getLocalSize(i)); in updateStandaloneQualifierDefaults()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/ |
D | hlslParseHelper.cpp | 9195 if (intermediate.getLocalSize(i) > (unsigned int)max) in updateStandaloneQualifierDefaults() 9200 workGroupSize->getWritableConstArray()[i].setUConst(intermediate.getLocalSize(i)); in updateStandaloneQualifierDefaults()
|