Searched refs:SC_IMAGE (Results 1 – 1 of 1) sorted by relevance
78 SC_IMAGE, enumerator266 …if (m_data.guardSC == SC_IMAGE && (!context.getShaderAtomicFloatFeaturesEXT().shaderImageFloat32At… in checkSupport()288 if (m_data.guardSC == SC_IMAGE || m_data.payloadSC == SC_IMAGE) in checkSupport()363 case SC_IMAGE: storageSemanticsRelease << "gl_StorageSemanticsImage"; break; in initPrograms()375 case SC_IMAGE: storageSemanticsRelease << " | gl_StorageSemanticsImage"; break; in initPrograms()386 case SC_IMAGE: storageSemanticsAcquire << " | gl_StorageSemanticsImage"; break; in initPrograms()468 case SC_IMAGE: in initPrograms()485 case SC_IMAGE: in initPrograms()650 …case SC_IMAGE: css << " imageStore(payload, imageCoord, uvec4(bufferCoord + (imageLoad(payload,… in initPrograms()662 …case SC_IMAGE: css << " imageStore(payload, imageCoord, vec4(" << typeStr << "(bufferCoord + (f… in initPrograms()[all …]