Lines Matching refs:source_format
1646 const _texture_format& source_format = texture_formats[source_format_idx];
1647 const _out_ch_desc& desc = get_descriptor_for_channel(source_format, index_of_swizzled_channel);
2660 const _texture_format& source_format = texture_formats[test_case.m_source_texture_format_index];
2668 const glw::GLenum out_internal_format = get_internal_format_for_channel(source_format, channel);
2800 const _texture_format& source_format = texture_formats[test_case.m_source_texture_format_index];
2810 Utils::replaceToken("PREFIX", position, source_format.m_sampler.m_sampler_prefix, fs);
2813 Utils::replaceToken("BASIC_TYPE", position, source_format.m_sampler.m_basic_type, fs);
2822 Utils::replaceToken("BASIC_TYPE", position, source_format.m_sampler.m_basic_type, fs);
2880 const _texture_format& source_format = texture_formats[test_case.m_source_texture_format_index];
2887 Utils::replaceToken("PREFIX", position, source_format.m_sampler.m_sampler_prefix, vs);
2889 Utils::replaceToken("BASIC_TYPE", position, source_format.m_sampler.m_basic_type, vs);
3043 const _texture_format& source_format = texture_formats[test_case.m_source_texture_format_index];
3050 const glw::GLenum out_internal_format = get_internal_format_for_channel(source_format, channel);
3056 << ". Format: " << glu::getTextureFormatName(source_format.m_internal_format)
3057 << ", " << glu::getTextureFormatName(source_format.m_format) << ", "
3058 << glu::getTypeStr(source_format.m_type)
3059 << ", DS: " << glu::getTextureDepthStencilModeName(source_format.m_ds_mode)
3672 const _texture_format& source_format = texture_formats[test_case.m_source_texture_format_index];
3675 switch (source_format.m_internal_format)