Searched refs:ElementTypeNeedsUniformWrapperStruct (Results 1 – 3 of 3) sorted by relevance
139 if (ElementTypeNeedsUniformWrapperStruct(config.addressSpace == WgslAddressSpace::Uniform, in WriteWgslType()300 bool ElementTypeNeedsUniformWrapperStruct(bool inUniformAddressSpace, const TType *type) in ElementTypeNeedsUniformWrapperStruct() function
68 bool ElementTypeNeedsUniformWrapperStruct(bool inUniformAddressSpace, const TType *type);
973 structure && ElementTypeNeedsUniformWrapperStruct(isInUniformAddressSpace, &leftType); in emitArrayIndex()1078 ElementTypeNeedsUniformWrapperStruct(isInUniformAddressSpace, binaryNodeType); in emitStructIndex()2061 if (ElementTypeNeedsUniformWrapperStruct(/*inUniformAddressSpace=*/true, fieldType)) in emitStructDeclaration()