Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_formats.c425 uint32_t num_format; in radv_is_sampler_format_supported() local
428 num_format = radv_translate_tex_numformat(format, desc, in radv_is_sampler_format_supported()
431 if (num_format == V_008F14_IMG_NUM_FORMAT_USCALED || in radv_is_sampler_format_supported()
432 num_format == V_008F14_IMG_NUM_FORMAT_SSCALED) in radv_is_sampler_format_supported()
435 if (num_format == V_008F14_IMG_NUM_FORMAT_UNORM || in radv_is_sampler_format_supported()
436 num_format == V_008F14_IMG_NUM_FORMAT_SNORM || in radv_is_sampler_format_supported()
437 num_format == V_008F14_IMG_NUM_FORMAT_FLOAT || in radv_is_sampler_format_supported()
438 num_format == V_008F14_IMG_NUM_FORMAT_SRGB) in radv_is_sampler_format_supported()
451 unsigned data_format, num_format; in radv_is_storage_image_format_supported() local
457 num_format = radv_translate_tex_numformat(format, desc, in radv_is_storage_image_format_supported()
[all …]
Dradv_image.c168 unsigned num_format, data_format; in radv_make_buffer_descriptor() local
174 num_format = radv_translate_buffer_numformat(desc, first_non_void); in radv_make_buffer_descriptor()
186 S_008F0C_NUM_FORMAT(num_format) | in radv_make_buffer_descriptor()
264 unsigned num_format, data_format, type; in si_make_texture_descriptor() local
277 num_format = radv_translate_tex_numformat(vk_format, desc, first_non_void); in si_make_texture_descriptor()
278 if (num_format == ~0) { in si_make_texture_descriptor()
279 num_format = 0; in si_make_texture_descriptor()
301 S_008F14_NUM_FORMAT(num_format)); in si_make_texture_descriptor()
Dradv_pipeline.c1393 uint32_t num_format, data_format; in radv_pipeline_init() local
1397 num_format = radv_translate_buffer_numformat(format_desc, first_non_void); in radv_pipeline_init()
1404 S_008F0C_NUM_FORMAT(num_format) | in radv_pipeline_init()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c2759 unsigned num_format, data_format; in si_make_buffer_descriptor() local
2764 num_format = si_translate_buffer_numformat(&screen->b.b, desc, first_non_void); in si_make_buffer_descriptor()
2780 S_008F0C_NUM_FORMAT(num_format) | in si_make_buffer_descriptor()
2804 unsigned num_format, data_format, type; in si_make_texture_descriptor() local
2839 num_format = V_008F14_IMG_NUM_FORMAT_UNORM; in si_make_texture_descriptor()
2853 num_format = V_008F14_IMG_NUM_FORMAT_SRGB; in si_make_texture_descriptor()
2864 num_format = V_008F14_IMG_NUM_FORMAT_SNORM; in si_make_texture_descriptor()
2867 num_format = V_008F14_IMG_NUM_FORMAT_UNORM; in si_make_texture_descriptor()
2871 num_format = V_008F14_IMG_NUM_FORMAT_UNORM; in si_make_texture_descriptor()
2873 num_format = V_008F14_IMG_NUM_FORMAT_FLOAT; in si_make_texture_descriptor()
[all …]
/external/autotest/client/site_tests/camera_V4L2/src/
Dmedia_v4l2_test.cc96 uint32_t num_format = 0; in GetSupportedFormats() local
97 device->EnumFormat(&num_format, false); in GetSupportedFormats()
98 for (uint32_t i = 0; i < num_format; ++i) { in GetSupportedFormats()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h307 unsigned *num_format, unsigned *format_comp, unsigned *endian);
Dr600_asm.c2331 unsigned *num_format, unsigned *format_comp, unsigned *endian) in r600_vertex_data_type() argument
2337 *num_format = 0; in r600_vertex_data_type()
2472 *num_format = 0; in r600_vertex_data_type()
2477 *num_format = 1; in r600_vertex_data_type()
2479 *num_format = 2; in r600_vertex_data_type()
2496 unsigned format, num_format, format_comp, endian; in r600_create_vertex_fetch_shader() local
2553 &format, &num_format, &format_comp, &endian); in r600_create_vertex_fetch_shader()
2580 vtx.num_format_all = num_format; in r600_create_vertex_fetch_shader()
Dr600_state.c629 unsigned format, num_format, format_comp, endian; in texture_buffer_sampler_view() local
634 &format, &num_format, &format_comp, in texture_buffer_sampler_view()
645 S_038008_NUM_FORMAT_ALL(num_format) | in texture_buffer_sampler_view()
Devergreen_state.c608 unsigned format, num_format, format_comp, endian; in texture_buffer_sampler_view() local
621 &format, &num_format, &format_comp, in texture_buffer_sampler_view()
637 S_030008_NUM_FORMAT_ALL(num_format) | in texture_buffer_sampler_view()