Home
last modified time | relevance | path

Searched refs:kAllGraphicsShaderTypes (Results 1 – 9 of 9) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DProgramExecutable.cpp393 for (ShaderType shaderType : kAllGraphicsShaderTypes) in linkValidateGlobalNames()
DProgramPipeline.cpp292 for (const gl::ShaderType shaderType : kAllGraphicsShaderTypes) in updateHasBuffers()
DProgram.cpp630 for (ShaderType shaderType : kAllGraphicsShaderTypes) in ValidateInterfaceBlocksMatch()
1219 for (int i = gl::kAllGraphicsShaderTypes.size() - 1; i >= 0; --i) in getLastAttachedShaderStageType()
1221 const gl::ShaderType shaderType = gl::kAllGraphicsShaderTypes[i]; in getLastAttachedShaderStageType()
3483 for (ShaderType shaderType : kAllGraphicsShaderTypes) in linkVaryings()
4408 for (ShaderType stage : kAllGraphicsShaderTypes) in getMergedVaryings()
DProgramLinkedResources.cpp712 for (const ShaderType shaderType : kAllGraphicsShaderTypes) in validateGraphicsUniforms()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DProgramGL.cpp261 for (const gl::ShaderType shaderType : gl::kAllGraphicsShaderTypes) in link()
435 for (const gl::ShaderType shaderType : gl::kAllGraphicsShaderTypes) in link()
Drenderergl_utils.cpp462 for (gl::ShaderType shaderType : gl::kAllGraphicsShaderTypes) in CapCombinedLimitToESShaders()
/device/generic/vulkan-cereal/third-party/angle/src/common/
DPackedEnums.h212 constexpr std::array<ShaderType, kGraphicsShaderCount> kAllGraphicsShaderTypes = { variable
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/metal/
DDisplayMtl.mm501 for (gl::ShaderType shaderType : gl::kAllGraphicsShaderTypes)
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/
DProgramD3D.cpp193 for (gl::ShaderType shaderType : gl::kAllGraphicsShaderTypes) in FindFlatInterpolationVarying()
2057 for (gl::ShaderType shaderType : gl::kAllGraphicsShaderTypes) in link()