• Home
  • Raw
  • Download

Lines Matching refs:source_format

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