Home
last modified time | relevance | path

Searched refs:source_format (Results 1 – 7 of 7) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSizePromotion.cpp241 glw::GLenum source_format = GL_RGBA; in prepareSourceTexture() local
247 source_format = GL_RGBA; in prepareSourceTexture()
255 source_format = GL_RGBA; in prepareSourceTexture()
263 source_format = GL_RGBA; in prepareSourceTexture()
271 source_format = GL_RGBA_INTEGER; in prepareSourceTexture()
279 source_format = GL_RGBA_INTEGER; in prepareSourceTexture()
287 source_format = GL_DEPTH_COMPONENT; in prepareSourceTexture()
295 source_format = GL_STENCIL_INDEX; in prepareSourceTexture()
308 …gl.texImage1D(target, 0, descriptor.internal_format, s_source_texture_size, 0, source_format, sour… in prepareSourceTexture()
316 source_format, source_type, source_data); in prepareSourceTexture()
[all …]
Dgl3cTextureSwizzleTests.cpp1646 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()
2664 const _texture_format& source_format = texture_formats[test_case.m_source_texture_format_index]; in executeTestCase() local
2672 const glw::GLenum out_internal_format = get_internal_format_for_channel(source_format, channel); in executeTestCase()
2806 const _texture_format& source_format = texture_formats[test_case.m_source_texture_format_index]; in getFragmentShader() local
2816 Utils::replaceToken("PREFIX", position, source_format.m_sampler.m_sampler_prefix, fs); in getFragmentShader()
2819 Utils::replaceToken("BASIC_TYPE", position, source_format.m_sampler.m_basic_type, fs); in getFragmentShader()
2828 Utils::replaceToken("BASIC_TYPE", position, source_format.m_sampler.m_basic_type, fs); in getFragmentShader()
2886 const _texture_format& source_format = texture_formats[test_case.m_source_texture_format_index]; in getVertexShader() local
2893 Utils::replaceToken("PREFIX", position, source_format.m_sampler.m_sampler_prefix, vs); in getVertexShader()
[all …]
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_rs.h37 uint8_t source_format; /* RS_FORMAT_XXX */ member
Detnaviv_rs.c60 cs->RS_CONFIG = VIVS_RS_CONFIG_SOURCE_FORMAT(rs->source_format) | in etna_compile_rs_state()
Detnaviv_surface.c120 .source_format = RS_FORMAT_A8R8G8B8, in etna_create_surface()
Detnaviv_clear_blit.c87 .source_format = format, in etna_rs_gen_clear_surface()
500 .source_format = translate_rs_format(src_format), in etna_try_rs_blit()
/external/adhd/cras/src/server/
Ddev_stream.c221 const struct cras_audio_format *source_format; in capture_with_fmt_conv() local
230 source_format = cras_fmt_conv_in_format(dev_stream->conv); in capture_with_fmt_conv()
231 source_frame_bytes = cras_get_format_bytes(source_format); in capture_with_fmt_conv()