Lines Matching refs:STORAGE
2330 /* Prepare storage */
3215 /* Generate, bind, allocate storage and upload data */
3218 Storage(gl, tex_type, width, height, depth, internal_format);
3366 /** Allocate storage for texture
3375 void Texture::Storage(const Functions& gl, TYPES tex_type, GLuint width, GLuint height, GLuint depth,
3991 * @param storage Storage used for variable
3995 std::string Variable::Descriptor::GetDefinition(FLAVOUR flavour, STORAGE storage) const
4048 /* Storage */
4049 switch (storage)
4071 replaceToken("STORAGE", position, storage_str, definition);
4642 * @param storage Storage used by variable
4648 Variable::STORAGE storage, const GLchar* prefix)
4657 /* Set up storage */
4658 var->m_storage = storage;
4667 const GLchar* stage_prefix = GetStagePrefix(stage, storage);
4678 Interface* block = CloneBlockForStage(*interface, stage, storage, prefix);
4687 switch (storage)
4729 * @param storage Storage used by block
4734 Interface* ProgramInterface::CloneBlockForStage(const Interface& block, Shader::STAGES stage, Variable::STORAGE storage,
4742 const GLchar* stage_prefix = GetStagePrefix(stage, storage);
4760 * @param storage Storage class
4764 const GLchar* ProgramInterface::GetStagePrefix(Shader::STAGES stage, Variable::STORAGE storage)
4778 result = lut[stage][storage];
4816 "/* Storage */\n"
4817 "STORAGE\n";
4834 replaceToken("STORAGE", position, ssbs.c_str(), interface);
5251 /** Check if flat qualifier is required for given type, stage and storage
5255 * @param storage Storage of variable
5260 Utils::Variable::STORAGE storage) const
5269 if ((Utils::Shader::FRAGMENT == stage) && (Utils::Variable::VARYING_INPUT == storage))
5275 if ((Utils::Shader::FRAGMENT == stage) && (Utils::Variable::VARYING_OUTPUT == storage))
10548 "Test verifies offsets and alignment of storage buffer members")
10720 * @return true if all stages support shader storage buffers, false otherwise
10747 "offset and/or align qualifiers are used with storage "
11102 /** Get the maximum size for a shader storage block
11104 * @return The maximum size in basic machine units of a shader storage block.
12310 * @return true if all stages support shader storage buffers, false otherwise
14602 Utils::Variable::STORAGE storage = Utils::Variable::VARYING_INPUT;
14609 storage = Utils::Variable::VARYING_OUTPUT;
14613 if (true == isFlatRequired(stage, test_case.m_type, storage))
14969 Utils::Shader::STAGES stage, Utils::Variable::STORAGE storage)
14974 const GLchar* prefix = Utils::ProgramInterface::GetStagePrefix(stage, storage);
15173 Utils::Shader::STAGES stage, Utils::Variable::STORAGE storage)
15177 const std::string& name = prepareName(desc.m_name, desc.m_location, desc.m_component, stage, storage);
15184 if (Utils::Variable::VARYING_INPUT == storage)
17692 Utils::Variable::STORAGE storage = Utils::Variable::VARYING_INPUT;
17698 storage = Utils::Variable::VARYING_OUTPUT;
17702 if (true == isFlatRequired(stage, test_case.m_type_gohan, storage))
17707 if (true == isFlatRequired(stage, test_case.m_type_goten, storage))
18534 "Test verifies that compiler reports error when auxiliary storage qualifiers are mixed at one location")
19039 /** Get auxiliary storage qualifier