Home
last modified time | relevance | path

Searched refs:source_format (Results 1 – 13 of 13) 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/libavcodec/
Dvaapi_decode.c288 enum AVPixelFormat source_format, best_format, format; in vaapi_decode_find_best_format() local
292 source_format = avctx->sw_pix_fmt; in vaapi_decode_find_best_format()
293 av_assert0(source_format != AV_PIX_FMT_NONE); in vaapi_decode_find_best_format()
337 source_format, 0, NULL); in vaapi_decode_find_best_format()
351 av_get_pix_fmt_name(source_format)); in vaapi_decode_find_best_format()
/third_party/ffmpeg/libavfilter/
Dvf_program_opencl.c48 enum AVPixelFormat source_format; member
272 ctx->ocf.output_format = ctx->source_format; in program_opencl_init()
391 { "format", "Video format", OFFSET(source_format),
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_rs.h40 uint8_t source_format; /* RS_FORMAT_XXX */ member
Detnaviv_rs.c96 cs->RS_CONFIG = VIVS_RS_CONFIG_SOURCE_FORMAT(rs->source_format) | in etna_compile_rs_state()
167 rs->source_format == rs->dest_format && in etna_compile_rs_state()
306 .source_format = format, in etna_rs_gen_clear_surface()
765 .source_format = format, in etna_try_rs_blit()
Detnaviv_surface.c170 .source_format = RS_FORMAT_A8R8G8B8, in etna_create_surface()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_job_common.h72 uint32_t source_format; member
Dpvr_job_common.c202 state.source_format = surface_params->source_format; in pvr_pbe_pack_state()
Dpvr_cmd_buffer.c753 &surface_params.source_format, in pvr_setup_pbe_state()
/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dva_pack.c304 switch (I->source_format) { in va_pack_source_format()
/third_party/mesa3d/src/panfrost/bifrost/
Dcompiler.h493 enum bi_source_format source_format; /* LD_VAR_BUF */ member
Dbifrost_compile.c530 enum bi_source_format source_format = in bi_emit_load_vary()
541 sample, source_format, update, vecsize, in bi_emit_load_vary()
564 sample, source_format, update, in bi_emit_load_vary()