Searched refs:index_of_swizzled_channel (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cTextureSwizzleTests.hpp | 221 size_t index_of_swizzled_channel); 245 size_t index_of_swizzled_channel, bool test_vertex_stage); 261 glw::GLint output_channel_size, size_t index_of_swizzled_channel, 329 glw::GLint output_channel_size, size_t index_of_swizzled_channel,
|
D | gl3cTextureSwizzleTests.cpp | 1641 …xpected_value(size_t source_format_idx, size_t output_format_idx, size_t index_of_swizzled_channel, in calculate_expected_value() argument 1647 const _out_ch_desc& desc = get_descriptor_for_channel(source_format, index_of_swizzled_channel); in calculate_expected_value() 1753 const float temp_internal = float(ch_rgba[index_of_swizzled_channel]) * max_internal; in calculate_expected_value() 2581 size_t index_of_swizzled_channel) in captureAndVerify() argument 2603 …verifyOutputImage(test_case, output_format_index, output_channel_size, index_of_swizzled_channel, … in captureAndVerify() 3086 glw::GLint output_channel_size, size_t index_of_swizzled_channel, in prepareAndTestProgram() argument 3122 captureAndVerify(test_case, output_format_index, output_channel_size, index_of_swizzled_channel); in prepareAndTestProgram() 3125 captureAndVerify(test_case, output_format_index, output_channel_size, index_of_swizzled_channel); in prepareAndTestProgram() 3678 glw::GLint /* output_channel_size */, size_t index_of_swizzled_channel, in verifyOutputImage() argument 3690 glw::GLuint expected_value = rgba32ui[index_of_swizzled_channel]; in verifyOutputImage() [all …]
|