/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | ProgramPipeline.cpp | 36 for (const ShaderType shaderType : gl::AllShaderTypes()) in ProgramPipelineState() local 58 const ShaderType shaderType, in useProgramStage() 98 ShaderType shaderType = GetShaderTypeFromBitfield(angle::Bit<size_t>(singleShaderBit)); in useProgramStages() local 123 for (const ShaderType shaderType : mExecutable->getLinkedShaderStages()) in updateExecutableTextures() local 139 for (const ShaderType shaderType : mExecutable->getLinkedShaderStages()) in getSpecConstUsageBits() local 155 for (const ShaderType shaderType : gl::AllShaderTypes()) in ProgramPipeline() local 217 for (const ShaderType shaderType : gl::AllShaderTypes()) in updateLinkedShaderStages() local 273 for (const gl::ShaderType shaderType : gl::AllShaderTypes()) in updateShaderStorageBlocks() local 299 for (const gl::ShaderType shaderType : gl::AllShaderTypes()) in updateImageBindings() local 373 for (const gl::ShaderType shaderType : kAllGraphicsShaderTypes) in updateLinkedVaryings() local [all …]
|
D | ProgramLinkedResources.cpp | 36 void SetActive(std::vector<VarT> *list, const std::string &name, ShaderType shaderType, bool active) in SetActive() 123 GLuint GetMaximumShaderUniformVectors(ShaderType shaderType, const Caps &caps) in GetMaximumShaderUniformVectors() 173 std::string GetUniformResourceLimitName(ShaderType shaderType, UniformType uniformType) in GetUniformResourceLimitName() 224 void LogUniformsExceedLimit(ShaderType shaderType, in LogUniformsExceedLimit() 243 ShaderType shaderType, in UniformBlockEncodingVisitor() 304 ShaderType shaderType, in ShaderStorageBlockVisitor() 385 FlattenUniformVisitor(ShaderType shaderType, in FlattenUniformVisitor() 846 for (const ShaderType shaderType : kAllGraphicsShaderTypes) in validateGraphicsUniforms() local 1091 ShaderType shaderType = shader->getType(); in flattenUniformsAndCheckCapsForShader() local 1148 for (const ShaderType shaderType : AllShaderTypes()) in flattenUniformsAndCheckCaps() local [all …]
|
D | ProgramExecutable.h | 129 void setLinkedShaderStages(ShaderType shaderType) in setLinkedShaderStages() 134 bool hasLinkedShaderStage(ShaderType shaderType) const in hasLinkedShaderStage() 273 const std::vector<sh::ShaderVariable> &getLinkedOutputVaryings(ShaderType shaderType) const in getLinkedOutputVaryings() 277 const std::vector<sh::ShaderVariable> &getLinkedInputVaryings(ShaderType shaderType) const in getLinkedInputVaryings() 282 const std::vector<sh::ShaderVariable> &getLinkedUniforms(ShaderType shaderType) const in getLinkedUniforms() 287 const std::vector<sh::InterfaceBlock> &getLinkedUniformBlocks(ShaderType shaderType) const in getLinkedUniformBlocks() 292 int getLinkedShaderVersion(ShaderType shaderType) const in getLinkedShaderVersion()
|
D | ProgramPipeline.h | 57 const Program *getShaderProgram(ShaderType shaderType) const { return mPrograms[shaderType]; } in getShaderProgram() 124 Program *getShaderProgram(ShaderType shaderType) const { return mState.mPrograms[shaderType]; } in getShaderProgram()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | ProgramPipelineVk.cpp | 42 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in fillProgramStateMap() local 76 for (const gl::ShaderType shaderType : glExecutable.getLinkedShaderStages()) in link() local 94 for (const gl::ShaderType shaderType : glExecutable.getLinkedShaderStages()) in link() local 124 for (const gl::ShaderType shaderType : mState.getExecutable().getLinkedShaderStages()) in calcUniformUpdateRequiredSpace() local 167 for (const gl::ShaderType shaderType : glExecutable.getLinkedShaderStages()) in updateUniforms() local 220 for (const gl::ShaderType shaderType : glExecutable.getLinkedShaderStages()) in updateUniforms() local 237 for (const gl::ShaderType shaderType : gl::AllShaderTypes()) in hasDirtyUniforms() local 253 for (const gl::ShaderType shaderType : glExecutable.getLinkedShaderStages()) in setAllDefaultUniformsDirty() local
|
D | ProgramVk.h | 110 bool isShaderUniformDirty(gl::ShaderType shaderType) const in isShaderUniformDirty() 114 void setShaderUniformDirtyBit(gl::ShaderType shaderType) in setShaderUniformDirtyBit() 121 void clearShaderUniformDirtyBit(gl::ShaderType shaderType) in clearShaderUniformDirtyBit() 131 size_t getDefaultUniformAlignedSize(ContextVk *contextVk, const gl::ShaderType shaderType) const in getDefaultUniformAlignedSize() 145 const gl::ShaderType shaderType, in initGraphicsShaderProgram() 193 const gl::ShaderType shaderType, in initProgram()
|
D | ProgramVk.cpp | 178 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 369 for (const gl::ShaderType shaderType : glExecutable.getLinkedShaderStages()) in initDefaultUniformLayoutMapping() local 383 for (const gl::ShaderType shaderType : glExecutable.getLinkedShaderStages()) in initDefaultUniformLayoutMapping() local 395 for (const gl::ShaderType shaderType : glExecutable.getLinkedShaderStages()) in resizeUniformBlockMemory() local 431 for (const gl::ShaderType shaderType : glExecutable.getLinkedShaderStages()) in setUniformImpl() local [all …]
|
D | ProgramExecutableVk.cpp | 69 for (gl::ShaderType shaderType : linkedShaderStages) in ValidateTransformedSpirV() local 137 for (const gl::ShaderType shaderType : gl::AllShaderTypes()) in initShaders() local 164 for (const gl::ShaderType shaderType : gl::AllShaderTypes()) in load() local 180 for (const gl::ShaderType shaderType : gl::AllShaderTypes()) in save() local 195 const gl::ShaderType shaderType, in initProgram() 312 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in load() local 348 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in save() local 529 const gl::ShaderType shaderType, in addInterfaceBlockDescriptorSetDesc() 560 const gl::ShaderType shaderType, in addAtomicCounterBufferDescriptorSetDesc() 613 for (const gl::ShaderType shaderType : executable.getLinkedShaderStages()) in addImageDescriptorSetDesc() local [all …]
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluShaderProgram.cpp | 40 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 417 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 493 for (int shaderType = 0; shaderType < SHADERTYPE_LAST; shaderType++) 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() [all …]
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fShaderApiTests.cpp | 72 const char* getSimpleShaderSource (const glu::ShaderType shaderType) in getSimpleShaderSource() 194 std::string ConstantShaderGenerator::next (const glu::ShaderType shaderType) in next() 224 …glu::Shader& get (const glu::ShaderType shaderType) { DE_ASSERT(hasShader(shaderType)); return… in get() 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() [all …]
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderApiTests.cpp | 77 const char* getSimpleShaderSource (const glu::ShaderType shaderType) in getSimpleShaderSource() 239 std::string ConstantShaderGenerator::next (const glu::ShaderType shaderType) in next() 277 …glu::Shader& get (const glu::ShaderType shaderType) { DE_ASSERT(hasShader(shaderType)); return… in get() 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() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | BuiltInFunctionEmulatorGLSL.cpp | 18 sh::GLenum shaderType) in InitBuiltInAbsFunctionEmulatorForGLSLWorkarounds() 114 sh::GLenum shaderType, in InitBuiltInFunctionEmulatorForGLSLMissingFunctions()
|
/third_party/flutter/skia/src/gpu/ |
D | GrPersistentCacheUtils.h | 23 static inline sk_sp<SkData> PackCachedShaders(SkFourByteTag shaderType, in PackCachedShaders() 45 SkFourByteTag shaderType = reader.readU32(); in UnpackCachedShaders() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | BuiltInFunctionEmulatorGLSL.cpp | 18 sh::GLenum shaderType) in InitBuiltInAbsFunctionEmulatorForGLSLWorkarounds() 114 sh::GLenum shaderType, in InitBuiltInFunctionEmulatorForGLSLMissingFunctions()
|
D | ValidateVaryingLocations.cpp | 118 bool ShouldIgnoreVaryingArraySize(TQualifier qualifier, GLenum shaderType) in ShouldIgnoreVaryingArraySize() 179 GLenum shaderType) in ValidateShaderInterfaceAndAssignLocations() 291 ValidateVaryingLocationsTraverser::ValidateVaryingLocationsTraverser(GLenum shaderType) in ValidateVaryingLocationsTraverser() 346 unsigned int CalculateVaryingLocationCount(const TType &varyingType, GLenum shaderType) in CalculateVaryingLocationCount() 359 bool ValidateVaryingLocations(TIntermBlock *root, TDiagnostics *diagnostics, GLenum shaderType) in ValidateVaryingLocations()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fShaderUniformIntegerFunctionTests.cpp | 68 …ext, const char* description, int inputValue, glu::Precision precision, glu::ShaderType shaderType) in UniformIntegerFunctionCase() 146 static std::string getCaseName (glu::Precision precision, glu::ShaderType shaderType) in getCaseName() 153 …MSBEdgeCase(Context& context, int inputValue, glu::Precision precision, glu::ShaderType shaderType) in FindMSBEdgeCase() 170 …LSBEdgeCase(Context& context, int inputValue, glu::Precision precision, glu::ShaderType shaderType) in FindLSBEdgeCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderIntegerFunctionTests.cpp | 113 inline int getShaderUintBitCount (glu::ShaderType shaderType, glu::Precision precision) in getShaderUintBitCount() 139 static void generateRandomInputData (de::Random& rnd, glu::ShaderType shaderType, glu::DataType dat… in generateRandomInputData() 196 …tIntegerFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in getIntegerFuncCaseName() 286 … (tcu::TestContext& testCtx, const char* name, const char* description, glu::ShaderType shaderType) in IntegerFunctionCase() 307 …IntegerFunctionTestInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec… in IntegerFunctionTestInstance() 405 …UaddCarryCaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int n… in UaddCarryCaseInstance() 496 …TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in UaddCarryCase() 515 …UsubBorrowCaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, int … in UsubBorrowCaseInstance() 604 …TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in UsubBorrowCase() 623 …UmulExtendedCaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, in… in UmulExtendedCaseInstance() [all …]
|
D | vktShaderPackingFunctionTests.cpp | 93 … (tcu::TestContext& testCtx, const char* name, const char* description, glu::ShaderType shaderType) in ShaderPackingFunctionCase() 113 …ShaderPackingFunctionTestInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec&… in ShaderPackingFunctionTestInstance() 136 …PackSnorm2x16CaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, g… in PackSnorm2x16CaseInstance() 232 PackSnorm2x16Case (tcu::TestContext& testCtx, glu::ShaderType shaderType, glu::Precision precision) in PackSnorm2x16Case() 254 …UnpackSnorm2x16CaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec,… in UnpackSnorm2x16CaseInstance() 337 UnpackSnorm2x16Case (tcu::TestContext& testCtx, glu::ShaderType shaderType) in UnpackSnorm2x16Case() 355 …PackUnorm2x16CaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec, g… in PackUnorm2x16CaseInstance() 451 PackUnorm2x16Case (tcu::TestContext& testCtx, glu::ShaderType shaderType, glu::Precision precision) in PackUnorm2x16Case() 473 …UnpackUnorm2x16CaseInstance (Context& context, glu::ShaderType shaderType, const ShaderSpec& spec,… in UnpackUnorm2x16CaseInstance() 557 UnpackUnorm2x16Case (tcu::TestContext& testCtx, glu::ShaderType shaderType) in UnpackUnorm2x16Case() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | ProgramLinkedResources.cpp | 36 void SetActive(std::vector<VarT> *list, const std::string &name, ShaderType shaderType, bool active) in SetActive() 121 GLuint GetMaximumShaderUniformVectors(ShaderType shaderType, const Caps &caps) in GetMaximumShaderUniformVectors() 169 std::string GetUniformResourceLimitName(ShaderType shaderType, UniformType uniformType) in GetUniformResourceLimitName() 220 void LogUniformsExceedLimit(ShaderType shaderType, in LogUniformsExceedLimit() 239 ShaderType shaderType, in UniformBlockEncodingVisitor() 299 ShaderType shaderType, in ShaderStorageBlockVisitor() 377 FlattenUniformVisitor(ShaderType shaderType, in FlattenUniformVisitor() 705 for (const ShaderType shaderType : kAllGraphicsShaderTypes) in validateGraphicsUniforms() local 941 ShaderType shaderType = shader->getType(); in flattenUniformsAndCheckCapsForShader() local 994 for (const ShaderType shaderType : AllShaderTypes()) in flattenUniformsAndCheckCaps() local [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | ProgramD3D.cpp | 187 for (gl::ShaderType shaderType : gl::kAllGraphicsShaderTypes) in FindFlatInterpolationVarying() local 208 UniformEncodingVisitorD3D(gl::ShaderType shaderType, in UniformEncodingVisitorD3D() 348 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in firstNonNullData() local 779 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in updateSamplerMapping() local 958 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in load() local 1020 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in load() local 1050 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in load() local 1071 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in load() local 1090 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in load() local 1291 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in save() local [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | ProgramD3D.cpp | 194 for (gl::ShaderType shaderType : gl::kAllGraphicsShaderTypes) in FindFlatInterpolationVarying() local 215 UniformEncodingVisitorD3D(gl::ShaderType shaderType, in UniformEncodingVisitorD3D() 356 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in firstNonNullData() local 806 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in updateSamplerMapping() local 983 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in load() local 1045 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in load() local 1091 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in load() local 1112 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in load() local 1134 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in load() local 1334 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in save() local [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderMacroTests.cpp | 50 …torTestCase::ExecutorTestCase(deqp::Context& context, const char* name, glu::ShaderType shaderType, in ExecutorTestCase() 137 glu::ShaderType shaderType = shaderTypes[typeIndex]; in init() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | ProgramVk.cpp | 318 for (const gl::ShaderType shaderType : gl::AllShaderTypes()) in initShaders() local 336 for (const gl::ShaderType shaderType : gl::AllShaderTypes()) in loadShaderSource() local 347 for (const gl::ShaderType shaderType : gl::AllShaderTypes()) in saveShaderSource() local 432 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in load() local 444 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in load() local 468 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in save() local 481 for (gl::ShaderType shaderType : gl::AllShaderTypes()) in save() local 536 for (const gl::ShaderType shaderType : mState.getLinkedShaderStages()) in linkImpl() local 707 for (const gl::ShaderType shaderType : mState.getLinkedShaderStages()) in generateUniformLayoutMapping() local 742 for (const gl::ShaderType shaderType : mState.getLinkedShaderStages()) in initDefaultUniformLayoutMapping() local [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrConversionTests.cpp | 195 glu::ShaderType shaderType; member 472 glu::ShaderType shaderType, in evalShader() 1353 …const glu::ShaderType shaderType(rng.choose<glu::ShaderType>(begin(shaderTypes), end(shaderTypes… in buildTests() local 1397 …const glu::ShaderType shaderType(rng.choose<glu::ShaderType>(shaderTypes.begin(), shaderTypes.end… in buildTests() local 1461 …const glu::ShaderType shaderType(rng.choose<glu::ShaderType>(begin(shaderTypes), end(shaderTypes… in buildTests() local 1495 …const glu::ShaderType shaderType(rng.choose<glu::ShaderType>(begin(shaderTypes), end(shaderTypes)… in buildTests() local 1549 …const glu::ShaderType shaderType(rng.choose<glu::ShaderType>(begin(shaderTypes), end(shaderTypes… in buildTests() local 1559 …const glu::ShaderType shaderType(rng.choose<glu::ShaderType>(begin(shaderTypes), end(shaderTypes… in buildTests() local 1571 …const glu::ShaderType shaderType(rng.choose<glu::ShaderType>(begin(shaderTypes), end(shaderTypes… in buildTests() local 1581 …const glu::ShaderType shaderType(rng.choose<glu::ShaderType>(begin(shaderTypes), end(shaderTypes… in buildTests() local [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | glslang_wrapper_utils.cpp | 93 gl::ShaderType shaderType, in AddResourceInfoToAllStages() 110 gl::ShaderType shaderType, in AddResourceInfo() 124 gl::ShaderType shaderType, in AddLocationInfo() 162 gl::ShaderType shaderType, in SetXfbInfo() 208 void AssignTransformFeedbackEmulationBindings(gl::ShaderType shaderType, in AssignTransformFeedbackEmulationBindings() 273 gl::ShaderType shaderType, in AssignAttributeLocations() 350 const gl::ShaderType shaderType, in AssignOutputLocations() 400 const gl::ShaderType shaderType, in AssignVaryingLocations() 513 const gl::ShaderType shaderType, in AssignTransformFeedbackQualifiers() 668 const gl::ShaderType shaderType, in AssignUniformBindings() [all …]
|