Lines Matching refs:format_idx

1301  * @param format_idx  Index of format
1304 void calculate_values_from_source(size_t format_idx, double out_ch_rgba[4])
1306 const _texture_format& format = texture_formats[format_idx];
2476 const size_t format_idx = get_index_of_format(tested_format);
2490 prepareSourceTexture(format_idx, tgt_idx, source_channel_sizes);
2491 if (false == fillSourceTexture(format_idx, tgt_idx))
2516 format_idx,
2708 * @param format_idx Index of format
2713 bool SmokeTest::fillSourceTexture(size_t format_idx, size_t target_idx)
2718 const _texture_format& texture_format = texture_formats[format_idx];
2985 * @param format_idx Index of format
2990 bool SmokeTest::isTargetSuppByFormat(size_t format_idx, size_t target_idx)
2992 const _texture_format& format = texture_formats[format_idx];
3392 * @param format_idx Index of texture format
3394 void SmokeTest::prepareOutputTexture(size_t format_idx)
3398 const _texture_format& format = texture_formats[format_idx];
3436 * @param format_idx Index of texture format
3440 void SmokeTest::prepareSourceTexture(size_t format_idx, size_t target_idx, glw::GLint out_sizes[4])
3447 const _texture_format& texture_format = texture_formats[format_idx];
3760 for (size_t format_idx = 0; format_idx < n_texture_formats; ++format_idx)
3765 texture_formats[format_idx].m_minimum_gl_context))
3774 const size_t format_idx = get_index_of_format(tested_formats[tested_format_idx]);
3798 if (false == isTargetSuppByFormat(format_idx, tgt_idx))
3805 prepareSourceTexture(format_idx, tgt_idx, source_channel_sizes);
3808 if (false == fillSourceTexture(format_idx, tgt_idx))
3858 format_idx,
3928 * @param format_idx Index of format
3933 bool FunctionalTest::fillMSTexture(size_t format_idx, size_t target_idx)
3987 prepareProgram(format_idx, program);
4010 * @param format_idx Index of format
4015 bool FunctionalTest::fillSourceTexture(size_t format_idx, size_t target_idx)
4018 const _texture_format& format = texture_formats[format_idx];
4069 result = fillMSTexture(format_idx, target_idx);
4087 * @param format_idx Index of texture format
4090 void FunctionalTest::prepareProgram(size_t format_idx, Utils::programInfo& program)
4102 const _texture_format& format = texture_formats[format_idx];
4103 const std::string& values = prepareValues(format_idx);
4118 * @param format_idx Index of texture format
4122 std::string FunctionalTest::prepareValues(size_t format_idx)
4126 calculate_values_from_source(format_idx, ch_rgba);