/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl3cTextureSizePromotion.cpp | 268 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 …]
|
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() 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/ |
D | vaapi_decode.c | 288 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/ |
D | vf_program_opencl.c | 48 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/ |
D | etnaviv_rs.h | 40 uint8_t source_format; /* RS_FORMAT_XXX */ member
|
D | etnaviv_rs.c | 96 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()
|
D | etnaviv_surface.c | 170 .source_format = RS_FORMAT_A8R8G8B8, in etna_create_surface()
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_job_common.h | 72 uint32_t source_format; member
|
D | pvr_job_common.c | 202 state.source_format = surface_params->source_format; in pvr_pbe_pack_state()
|
D | pvr_cmd_buffer.c | 753 &surface_params.source_format, in pvr_setup_pbe_state()
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
D | va_pack.c | 304 switch (I->source_format) { in va_pack_source_format()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | compiler.h | 493 enum bi_source_format source_format; /* LD_VAR_BUF */ member
|
D | bifrost_compile.c | 530 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()
|