Home
last modified time | relevance | path

Searched refs:ElementTypeNeedsUniformWrapperStruct (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/compiler/translator/wgsl/
DUtils.cpp139 if (ElementTypeNeedsUniformWrapperStruct(config.addressSpace == WgslAddressSpace::Uniform, in WriteWgslType()
300 bool ElementTypeNeedsUniformWrapperStruct(bool inUniformAddressSpace, const TType *type) in ElementTypeNeedsUniformWrapperStruct() function
DUtils.h68 bool ElementTypeNeedsUniformWrapperStruct(bool inUniformAddressSpace, const TType *type);
DTranslatorWGSL.cpp973 structure && ElementTypeNeedsUniformWrapperStruct(isInUniformAddressSpace, &leftType); in emitArrayIndex()
1078 ElementTypeNeedsUniformWrapperStruct(isInUniformAddressSpace, binaryNodeType); in emitStructIndex()
2061 if (ElementTypeNeedsUniformWrapperStruct(/*inUniformAddressSpace=*/true, fieldType)) in emitStructDeclaration()