Searched refs:source_format (Results 1 – 6 of 6) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cTextureSizePromotion.cpp | 256 glw::GLenum source_format = GL_RGBA; in prepareSourceTexture() local 262 source_format = GL_RGBA; in prepareSourceTexture() 270 source_format = GL_RGBA; in prepareSourceTexture() 278 source_format = GL_RGBA; in prepareSourceTexture() 286 source_format = GL_RGBA_INTEGER; in prepareSourceTexture() 294 source_format = GL_RGBA_INTEGER; in prepareSourceTexture() 302 source_format = GL_DEPTH_COMPONENT; in prepareSourceTexture() 310 source_format = GL_STENCIL_INDEX; in prepareSourceTexture() 323 …gl.texImage1D(target, 0, descriptor.internal_format, s_source_texture_size, 0, source_format, sour… in prepareSourceTexture() 331 source_format, source_type, source_data); in prepareSourceTexture() [all …]
|
D | gl3cTextureSwizzleTests.cpp | 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() 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/ |
D | etnaviv_rs.h | 38 uint8_t source_format; /* RS_FORMAT_XXX */ member
|
D | etnaviv_rs.c | 77 cs->RS_CONFIG = VIVS_RS_CONFIG_SOURCE_FORMAT(rs->source_format) | in etna_compile_rs_state() 144 rs->source_format == rs->dest_format && in etna_compile_rs_state() 272 .source_format = format, in etna_rs_gen_clear_surface() 708 .source_format = translate_rs_format(src_format), in etna_try_rs_blit()
|
D | etnaviv_surface.c | 125 .source_format = RS_FORMAT_A8R8G8B8, in etna_create_surface()
|
/external/adhd/cras/src/server/ |
D | dev_stream.c | 256 const struct cras_audio_format *source_format; in capture_with_fmt_conv() local 265 source_format = cras_fmt_conv_in_format(dev_stream->conv); in capture_with_fmt_conv() 266 source_frame_bytes = cras_get_format_bytes(source_format); in capture_with_fmt_conv()
|