Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cTextureSizePromotion.cpp268 glw::GLenum source_format = GL_RGBA; in prepareSourceTexture() local
274 source_format = GL_RGBA; in prepareSourceTexture()
282 source_format = GL_RGBA; in prepareSourceTexture()
290 source_format = GL_RGBA; in prepareSourceTexture()
298 source_format = GL_RGBA_INTEGER; in prepareSourceTexture()
306 source_format = GL_RGBA_INTEGER; in prepareSourceTexture()
314 source_format = GL_DEPTH_COMPONENT; in prepareSourceTexture()
322 source_format = GL_STENCIL_INDEX; in prepareSourceTexture()
335 …gl.texImage1D(target, 0, descriptor.internal_format, s_source_texture_size, 0, source_format, sour… in prepareSourceTexture()
343 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()
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()
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_program_opencl.c46 enum AVPixelFormat source_format; member
270 ctx->ocf.output_format = ctx->source_format; in program_opencl_init()
395 { "format", "Video format", OFFSET(source_format),
/third_party/ffmpeg/libavcodec/
Dvaapi_decode.c286 enum AVPixelFormat source_format, best_format, format; in vaapi_decode_find_best_format() local
290 source_format = avctx->sw_pix_fmt; in vaapi_decode_find_best_format()
291 av_assert0(source_format != AV_PIX_FMT_NONE); in vaapi_decode_find_best_format()
335 source_format, 0, NULL); in vaapi_decode_find_best_format()
349 av_get_pix_fmt_name(source_format)); in vaapi_decode_find_best_format()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_rs.h39 uint8_t source_format; /* RS_FORMAT_XXX */ member
Detnaviv_rs.c93 cs->RS_CONFIG = VIVS_RS_CONFIG_SOURCE_FORMAT(rs->source_format) | in etna_compile_rs_state()
158 rs->source_format == rs->dest_format && in etna_compile_rs_state()
298 .source_format = format, in etna_rs_gen_clear_surface()
761 .source_format = format, in etna_try_rs_blit()
Detnaviv_surface.c164 .source_format = RS_FORMAT_A8R8G8B8, in etna_create_surface()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstmpeg4parser.h300 guint8 source_format; member
Dgstmpeg4parser.c1545 shorthdr->source_format = gst_bit_reader_get_bits_uint8_unchecked (&br, 3); in gst_mpeg4_parse_video_plane_short_header()
1548 switch (shorthdr->source_format) { in gst_mpeg4_parse_video_plane_short_header()