Home
last modified time | relevance | path

Searched defs:shaderType (Results 1 – 25 of 1349) sorted by relevance

12345678910>>...54

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/
H A DProgramPipeline.cpp36 for (const ShaderType shaderType : gl::AllShaderTypes()) in ProgramPipelineState() local
58 const ShaderType shaderType, in useProgramStage()
97 for (const ShaderType shaderType : gl::AllShaderTypes()) in useProgramStages() local
166 for (const ShaderType shaderType : gl::AllShaderTypes()) in ProgramPipeline() local
227 for (const ShaderType shaderType : gl::AllShaderTypes()) in updateLinkedShaderStages() local
279 for (const gl::ShaderType shaderType : kAllGraphicsShaderTypes) in updateShaderStorageBlocks() local
314 for (const gl::ShaderType shaderType : kAllGraphicsShaderTypes) in updateImageBindings() local
342 for (const gl::ShaderType shaderType : kAllGraphicsShaderTypes) in updateHasBooleans() local
440 for (ShaderType shaderType : getExecutable().getLinkedShaderStages()) in getMergedVaryings() local
699 for (const ShaderType shaderType : gl::AllShaderTypes()) in validateSamplers() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/
H A DProgramPipeline.cpp36 for (const ShaderType shaderType : gl::AllShaderTypes()) in ProgramPipelineState() local
58 const ShaderType shaderType, in useProgramStage()
97 for (const ShaderType shaderType : gl::AllShaderTypes()) in useProgramStages() local
166 for (const ShaderType shaderType : gl::AllShaderTypes()) in ProgramPipeline() local
227 for (const ShaderType shaderType : gl::AllShaderTypes()) in updateLinkedShaderStages() local
279 for (const gl::ShaderType shaderType : kAllGraphicsShaderTypes) in updateShaderStorageBlocks() local
314 for (const gl::ShaderType shaderType : kAllGraphicsShaderTypes) in updateImageBindings() local
342 for (const gl::ShaderType shaderType : kAllGraphicsShaderTypes) in updateHasBooleans() local
440 for (ShaderType shaderType : getExecutable().getLinkedShaderStages()) in getMergedVaryings() local
699 for (const ShaderType shaderType : gl::AllShaderTypes()) in validateSamplers() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/
H A DProgramPipeline.cpp36 for (const ShaderType shaderType : gl::AllShaderTypes()) in ProgramPipelineState() local
58 const ShaderType shaderType, in useProgramStage()
123 for (const ShaderType shaderType : mExecutable->getLinkedShaderStages()) in updateExecutableTextures() local
137 for (const ShaderType shaderType : mExecutable->getLinkedShaderStages()) in getSpecConstUsageBits() local
153 for (const ShaderType shaderType : gl::AllShaderTypes()) in ProgramPipeline() local
214 for (const ShaderType shaderType : gl::AllShaderTypes()) in updateLinkedShaderStages() local
270 for (const gl::ShaderType shaderType : kAllGraphicsShaderTypes) in updateShaderStorageBlocks() local
306 for (const gl::ShaderType shaderType : kAllGraphicsShaderTypes) in updateImageBindings() local
393 for (const gl::ShaderType shaderType : kAllGraphicsShaderTypes) in updateLinkedVaryings() local
420 for (const gl::ShaderType shaderType : kAllGraphicsShaderTypes) in updateHasBooleans() local
[all …]
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/
H A DProgramPipeline.cpp36 for (const ShaderType shaderType : gl::AllShaderTypes()) in ProgramPipelineState() local
58 const ShaderType shaderType, in useProgramStage()
123 for (const ShaderType shaderType : mExecutable->getLinkedShaderStages()) in updateExecutableTextures() local
137 for (const ShaderType shaderType : mExecutable->getLinkedShaderStages()) in getSpecConstUsageBits() local
153 for (const ShaderType shaderType : gl::AllShaderTypes()) in ProgramPipeline() local
214 for (const ShaderType shaderType : gl::AllShaderTypes()) in updateLinkedShaderStages() local
270 for (const gl::ShaderType shaderType : kAllGraphicsShaderTypes) in updateShaderStorageBlocks() local
306 for (const gl::ShaderType shaderType : kAllGraphicsShaderTypes) in updateImageBindings() local
393 for (const gl::ShaderType shaderType : kAllGraphicsShaderTypes) in updateLinkedVaryings() local
420 for (const gl::ShaderType shaderType : kAllGraphicsShaderTypes) in updateHasBooleans() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/
H A DProgramPipeline.cpp36 for (const ShaderType shaderType : gl::AllShaderTypes()) in ProgramPipelineState() local
58 const ShaderType shaderType, in useProgramStage()
123 for (const ShaderType shaderType : mExecutable->getLinkedShaderStages()) in updateExecutableTextures() local
137 for (const ShaderType shaderType : mExecutable->getLinkedShaderStages()) in getSpecConstUsageBits() local
153 for (const ShaderType shaderType : gl::AllShaderTypes()) in ProgramPipeline() local
214 for (const ShaderType shaderType : gl::AllShaderTypes()) in updateLinkedShaderStages() local
270 for (const gl::ShaderType shaderType : kAllGraphicsShaderTypes) in updateShaderStorageBlocks() local
306 for (const gl::ShaderType shaderType : kAllGraphicsShaderTypes) in updateImageBindings() local
393 for (const gl::ShaderType shaderType : kAllGraphicsShaderTypes) in updateLinkedVaryings() local
420 for (const gl::ShaderType shaderType : kAllGraphicsShaderTypes) in updateHasBooleans() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/vulkan/
H A DProgramVk.h109 bool isShaderUniformDirty(gl::ShaderType shaderType) const in isShaderUniformDirty()
113 void setShaderUniformDirtyBit(gl::ShaderType shaderType) in setShaderUniformDirtyBit()
120 void clearShaderUniformDirtyBit(gl::ShaderType shaderType) in clearShaderUniformDirtyBit()
136 size_t getDefaultUniformAlignedSize(ContextVk *contextVk, const gl::ShaderType shaderType) const in getDefaultUniformAlignedSize()
149 const gl::ShaderType shaderType, in initGraphicsShaderProgram()
194 const gl::ShaderType shaderType, in initProgram()
H A DProgramPipelineVk.cpp43 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in fillProgramStateMap() local
70 for (const gl::ShaderType shaderType : glPipeline->getExecutable().getLinkedShaderStages()) in link() local
105 for (const gl::ShaderType shaderType : glExecutable.getLinkedShaderStages()) in calcUniformUpdateRequiredSpace() local
149 for (const gl::ShaderType shaderType : glExecutable.getLinkedShaderStages()) in updateUniforms() local
202 for (const gl::ShaderType shaderType : glExecutable.getLinkedShaderStages()) in updateUniforms() local
219 for (const gl::ShaderType shaderType : gl::AllShaderTypes()) in dirtyUniforms() local
235 for (const gl::ShaderType shaderType : glExecutable.getLinkedShaderStages()) in setAllDefaultUniformsDirty() local
H A DProgramVk.cpp178 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in load() local
190 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in load() local
212 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in save() local
225 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in save() local
245 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in fillProgramStateMap() local
330 for (const gl::ShaderType shaderType : glExecutable.getLinkedShaderStages()) in generateUniformLayoutMapping() local
394 for (const gl::ShaderType shaderType : glExecutable.getLinkedShaderStages()) in resizeUniformBlockMemory() local
593 for (const gl::ShaderType shaderType : glExecutable.getLinkedShaderStages()) in setUniformMatrixfv() local
704 for (const gl::ShaderType shaderType : glExecutable.getLinkedShaderStages()) in calcUniformUpdateRequiredSpace() local
754 for (const gl::ShaderType shaderType : glExecutable.getLinkedShaderStages()) in updateUniforms() local
[all …]
H A DProgramExecutableVk.cpp53 for (gl::ShaderType shaderType : linkedShaderStages) in ValidateTransformedSpirV() local
106 for (const gl::ShaderType shaderType : gl::AllShaderTypes()) in load() local
122 for (const gl::ShaderType shaderType : gl::AllShaderTypes()) in save() local
233 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in load() local
263 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in save() local
440 const gl::ShaderType shaderType, in addInterfaceBlockDescriptorSetDesc()
465 const gl::ShaderType shaderType, in addAtomicCounterBufferDescriptorSetDesc()
941 const gl::ShaderType shaderType, in updateDefaultUniformsDescriptorSet()
984 const gl::ShaderType shaderType, in updateBuffersDescriptorSet()
1078 const gl::ShaderType shaderType, in updateAtomicCounterBuffersDescriptorSet()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/opengl/
H A DgluShaderProgram.cpp40 Shader::Shader (const RenderContext& renderCtx, ShaderType shaderType) in Shader()
50 Shader::Shader (const glw::Functions& gl, ShaderType shaderType) in Shader()
398 for (int shaderType = 0; shaderType < SHADERTYPE_LAST; shaderType++) in init() local
442 for (int shaderType = 0; shaderType < SHADERTYPE_LAST; shaderType++) in init() local
468 ShaderType shaderType = shaderBinary.shaderTypes[shaderTypeNdx]; in init() local
502 for (int shaderType = 0; shaderType < SHADERTYPE_LAST; shaderType++) in init() local
530 for (int shaderType = 0; shaderType < SHADERTYPE_LAST; shaderType++) in ~ShaderProgram() local
537 deUint32 getGLShaderType (ShaderType shaderType) in getGLShaderType()
559 deUint32 getGLShaderTypeBit (ShaderType shaderType) in getGLShaderTypeBit()
581 qpShaderType getLogShaderType (ShaderType shaderType) in getLogShaderType()
[all …]
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickopenglshadereffect.cpp224 for (int shaderType = 0; shaderType < Key::ShaderTypeCount; ++shaderType) in ~QQuickOpenGLShaderEffectCommon() local
313 for (int shaderType = 0; shaderType < Key::ShaderTypeCount; ++shaderType) { in updateParseLog() local
388 Key::ShaderType shaderType) in updateShader()
469 for (int shaderType = 0; shaderType < Key::ShaderTypeCount; ++shaderType) { in updateMaterial() local
483 for (int shaderType = 0; shaderType < Key::ShaderTypeCount; ++shaderType) { in updateMaterial() local
492 for (int shaderType = 0; shaderType < Key::ShaderTypeCount; ++shaderType) { in updateMaterial() local
531 for (int shaderType = 0; shaderType < Key::ShaderTypeCount; ++shaderType) { in updateWindow() local
542 for (int shaderType = 0; shaderType < Key::ShaderTypeCount; ++shaderType) { in updateWindow() local
557 for (int shaderType = 0; shaderType < Key::ShaderTypeCount; ++shaderType) { in sourceDestroyed() local
586 Key::ShaderType shaderType = Key::ShaderType(mappedId >> 16); in propertyChanged() local
[all …]
H A Dqquickgenericshadereffect.cpp233 for (int shaderType = 0; shaderType < NShader; ++shaderType) { in handleEvent() local
344 for (int shaderType = 0; shaderType < NShader; ++shaderType) { in handleItemChange() local
381 void QQuickGenericShaderEffect::disconnectSignals(Shader shaderType) in disconnectSignals()
484 …const Shader shaderType = typeHint == QSGGuiThreadShaderEffectManager::ShaderInfo::TypeVertex ? Ve… in shaderCodePrepared() local
510 void QQuickGenericShaderEffect::updateShaderVars(Shader shaderType) in updateShaderVars()
595 for (int shaderType = 0; shaderType < NShader; ++shaderType) { in sourceIsUnique() local
654 for (int shaderType = 0; shaderType < NShader; ++shaderType) { in sourceDestroyed() local
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickopenglshadereffect.cpp224 for (int shaderType = 0; shaderType < Key::ShaderTypeCount; ++shaderType) in ~QQuickOpenGLShaderEffectCommon() local
313 for (int shaderType = 0; shaderType < Key::ShaderTypeCount; ++shaderType) { in updateParseLog() local
388 Key::ShaderType shaderType) in updateShader()
469 for (int shaderType = 0; shaderType < Key::ShaderTypeCount; ++shaderType) { in updateMaterial() local
483 for (int shaderType = 0; shaderType < Key::ShaderTypeCount; ++shaderType) { in updateMaterial() local
492 for (int shaderType = 0; shaderType < Key::ShaderTypeCount; ++shaderType) { in updateMaterial() local
531 for (int shaderType = 0; shaderType < Key::ShaderTypeCount; ++shaderType) { in updateWindow() local
542 for (int shaderType = 0; shaderType < Key::ShaderTypeCount; ++shaderType) { in updateWindow() local
557 for (int shaderType = 0; shaderType < Key::ShaderTypeCount; ++shaderType) { in sourceDestroyed() local
586 Key::ShaderType shaderType = Key::ShaderType(mappedId >> 16); in propertyChanged() local
[all …]
H A Dqquickgenericshadereffect.cpp233 for (int shaderType = 0; shaderType < NShader; ++shaderType) { in handleEvent() local
344 for (int shaderType = 0; shaderType < NShader; ++shaderType) { in handleItemChange() local
381 void QQuickGenericShaderEffect::disconnectSignals(Shader shaderType) in disconnectSignals()
484 …const Shader shaderType = typeHint == QSGGuiThreadShaderEffectManager::ShaderInfo::TypeVertex ? Ve… in shaderCodePrepared() local
510 void QQuickGenericShaderEffect::updateShaderVars(Shader shaderType) in updateShaderVars()
595 for (int shaderType = 0; shaderType < NShader; ++shaderType) { in sourceIsUnique() local
654 for (int shaderType = 0; shaderType < NShader; ++shaderType) { in sourceDestroyed() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/vulkan/
H A Dvk_caps_utils.cpp274 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in ensureCapsInitialized() local
291 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in ensureCapsInitialized() local
308 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in ensureCapsInitialized() local
409 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in ensureCapsInitialized() local
418 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in ensureCapsInitialized() local
436 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in ensureCapsInitialized() local
H A DProgramExecutableVk.cpp56 for (const gl::ShaderType shaderType : gl::AllShaderTypes()) in load() local
72 for (const gl::ShaderType shaderType : gl::AllShaderTypes()) in save() local
92 for (const gl::ShaderType shaderType : gl::AllShaderTypes()) in initProgram() local
168 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in load() local
194 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in save() local
284 const gl::ShaderType shaderType, in addInterfaceBlockDescriptorSetDesc()
308 const gl::ShaderType shaderType, in addAtomicCounterBufferDescriptorSetDesc()
346 for (const gl::ShaderType shaderType : in addImageDescriptorSetDesc() local
401 for (const gl::ShaderType shaderType : in addTextureDescriptorSetDesc() local
668 for (const gl::ShaderType shaderType : in updateDefaultUniformsDescriptorSet() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/functional/
H A Des2fShaderApiTests.cpp72 const char* getSimpleShaderSource (const glu::ShaderType shaderType) in getSimpleShaderSource()
194 std::string ConstantShaderGenerator::next (const glu::ShaderType shaderType) in next()
245 bool ShaderAllocator::hasShader (const glu::ShaderType shaderType) in hasShader()
253 glu::Shader& ShaderAllocator::createShader (const glu::ShaderType shaderType) in createShader()
265 void ShaderAllocator::deleteShader (const glu::ShaderType shaderType) in deleteShader()
273 void ShaderAllocator::setSource (const glu::ShaderType shaderType) in setSource()
300 const glu::ShaderType shaderType = (glu::ShaderType)shaderTypeInt; in logProgram() local
328 CreateShaderCase (Context& context, const char* name, const char* desc, glu::ShaderType shaderType) in CreateShaderCase()
352 …ompileShaderCase (Context& context, const char* name, const char* desc, glu::ShaderType shaderType) in CompileShaderCase()
530 …ourceReplaceCase (Context& context, const char* name, const char* desc, glu::ShaderType shaderType) in ShaderSourceReplaceCase()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fShaderApiTests.cpp77 const char* getSimpleShaderSource (const glu::ShaderType shaderType) in getSimpleShaderSource()
239 std::string ConstantShaderGenerator::next (const glu::ShaderType shaderType) in next()
298 bool ShaderAllocator::hasShader (const glu::ShaderType shaderType) in hasShader()
306 glu::Shader& ShaderAllocator::createShader (const glu::ShaderType shaderType) in createShader()
318 void ShaderAllocator::deleteShader (const glu::ShaderType shaderType) in deleteShader()
326 void ShaderAllocator::setSource (const glu::ShaderType shaderType) in setSource()
354 const glu::ShaderType shaderType = (glu::ShaderType)shaderTypeInt; in logProgram() local
382 CreateShaderCase (Context& context, const char* name, const char* desc, glu::ShaderType shaderType) in CreateShaderCase()
406 …ompileShaderCase (Context& context, const char* name, const char* desc, glu::ShaderType shaderType) in CompileShaderCase()
584 …ourceReplaceCase (Context& context, const char* name, const char* desc, glu::ShaderType shaderType) in ShaderSourceReplaceCase()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/
H A DBuiltInFunctionEmulatorGLSL.cpp18 sh::GLenum shaderType) in InitBuiltInAbsFunctionEmulatorForGLSLWorkarounds()
114 sh::GLenum shaderType, in InitBuiltInFunctionEmulatorForGLSLMissingFunctions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/
H A DBuiltInFunctionEmulatorGLSL.cpp18 sh::GLenum shaderType) in InitBuiltInAbsFunctionEmulatorForGLSLWorkarounds()
114 sh::GLenum shaderType, in InitBuiltInFunctionEmulatorForGLSLMissingFunctions()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A DBuiltInFunctionEmulatorGLSL.cpp18 sh::GLenum shaderType) in InitBuiltInAbsFunctionEmulatorForGLSLWorkarounds()
114 sh::GLenum shaderType, in InitBuiltInFunctionEmulatorForGLSLMissingFunctions()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/compiler/translator/
H A DBuiltInFunctionEmulatorGLSL.cpp18 sh::GLenum shaderType) in InitBuiltInAbsFunctionEmulatorForGLSLWorkarounds()
114 sh::GLenum shaderType, in InitBuiltInFunctionEmulatorForGLSLMissingFunctions()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/compiler/translator/
H A DBuiltInFunctionEmulatorGLSL.cpp18 sh::GLenum shaderType) in InitBuiltInAbsFunctionEmulatorForGLSLWorkarounds()
114 sh::GLenum shaderType, in InitBuiltInFunctionEmulatorForGLSLMissingFunctions()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A DBuiltInFunctionEmulatorGLSL.cpp18 sh::GLenum shaderType) in InitBuiltInAbsFunctionEmulatorForGLSLWorkarounds()
114 sh::GLenum shaderType, in InitBuiltInFunctionEmulatorForGLSLMissingFunctions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderIntegerFunctionTests.cpp113 inline int getShaderUintBitCount (glu::ShaderType shaderType, glu::Precision precision) in getShaderUintBitCount()
196 …tIntegerFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in getIntegerFuncCaseName()
426 …UaddCarryCaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int n… in UaddCarryCaseInstance()
517 …TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in UaddCarryCase()
625 …TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in UsubBorrowCase()
729 …TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in UmulExtendedCase()
834 …TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in ImulExtendedCase()
1116 …TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in BitCountCase()
1136 …FindLSBCaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int num… in FindLSBCaseInstance()
1180 …TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in FindLSBCase()
[all …]

12345678910>>...54