Home
last modified time | relevance | path

Searched refs:util_format_get_nr_components (Results 1 – 25 of 47) sorted by relevance

12

/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/
H A Dnvk_edb_bview_cache.c36 assert(util_format_get_nr_components(format) == 3); in view_size_B()
150 assert(util_format_get_nr_components(format) == 3); in nvk_edb_bview_cache_init()
217 assert(util_format_get_nr_components(format) == 3); in nvk_edb_bview_cache_get_descriptor()
/aosp_15_r20/external/mesa3d/src/asahi/lib/
H A Dagx_tilebuffer.c97 unsigned nr = util_format_get_nr_components(physical_fmt) == 1 in agx_build_tilebuffer_layout()
98 ? util_format_get_nr_components(formats[rt]) in agx_build_tilebuffer_layout()
H A Dagx_nir_lower_tilebuffer.c121 unsigned comps = util_format_get_nr_components(logical_format); in load_tilebuffer()
280 unsigned comps = util_format_get_nr_components(logical_format); in tib_impl()
H A Dagx_bg_eot.c125 unsigned nr = util_format_get_nr_components(key->tib.logical_format[rt]); in agx_build_background_shader()
H A Dagx_nir_lower_vbo.c146 unsigned interchange_comps = util_format_get_nr_components(attrib.format); in pass()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_image.c249 int nc = util_format_get_nr_components(params->format); in sp_tgsi_load()
361 int nc = util_format_get_nr_components(params->format); in handle_op_uint()
478 int nc = util_format_get_nr_components(params->format); in handle_op_int()
658 int nc = util_format_get_nr_components(params->format); in sp_tgsi_op()
/aosp_15_r20/external/mesa3d/src/broadcom/compiler/
H A Dv3d_nir_lower_image_load_store.c284 unsigned num_components = util_format_get_nr_components(format); in v3d42_nir_lower_image_store()
361 unsigned num_components = util_format_get_nr_components(format); in v3d71_nir_lower_image_store()
H A Dv3d_nir_lower_logic_ops.c208 util_format_get_nr_components(c->fs_key->color_fmt[rt].format); in v3d_nir_get_tlb_color()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_video_buffer.c261 if (util_format_get_nr_components(buf->resources[i]->format) == 1) in vl_video_buffer_sampler_view_planes()
299 unsigned nr_components = util_format_get_nr_components(res->format); in vl_video_buffer_sampler_view_components()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_shrink_stores.c47 unsigned components = util_format_get_nr_components(format); in opt_shrink_vectors_image_store()
/aosp_15_r20/external/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_surface.c71 config.info.num_channels = util_format_get_nr_components(tex->format); in amdgpu_surface_init()
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_image.c154 return util_format_get_nr_components(format); in ir3_get_num_components_for_image_format()
/aosp_15_r20/external/mesa3d/src/panfrost/lib/
H A Dpan_afrc.c80 info.num_comps = util_format_get_nr_components(format); in panfrost_afrc_get_format_info()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_vbo.c43 const unsigned nc = util_format_get_nr_components(ve->src_format); in nv30_emit_vtxattr()
282 switch (util_format_get_nr_components(fmt)) {
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/
H A Dnak_nir_lower_tex.c414 unsigned new_comps = util_format_get_nr_components(format); in shrink_image_load()
471 unsigned new_comps = util_format_get_nr_components(format); in shrink_image_store()
/aosp_15_r20/external/mesa3d/src/vulkan/util/
H A Dvk_format.h210 return util_format_get_nr_components(vk_format_to_pipe_format(format)); in vk_format_get_nr_components()
/aosp_15_r20/external/mesa3d/src/freedreno/fdl/
H A Dfd6_layout.c18 util_format_get_nr_components(layout->format) == 2; in is_r8g8()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_state.c585 … VIVS_FE_VERTEX_ELEMENT_CONFIG_NUM(util_format_get_nr_components(elements[idx].src_format)) | in etna_vertex_elements_state_create()
593 … VIVS_NFE_GENERIC_ATTRIB_CONFIG0_NUM(util_format_get_nr_components(elements[idx].src_format)) | in etna_vertex_elements_state_create()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_resource.cc170 (util_format_get_nr_components(format) == 2); in is_r8g8()
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_meta_copy_fill_update.c577 unsigned num_comps = util_format_get_nr_components(pfmt); in copy_img_buf_format_for_aspect()
657 unsigned num_comps = util_format_get_nr_components(pfmt); in place_ds_texel()
863 unsigned num_comps = util_format_get_nr_components(pfmt); in write_img()
955 unsigned comp_count = util_format_get_nr_components(buf_pfmt); in build_image_to_buffer_shader()
1035 unsigned comp_count = util_format_get_nr_components(buf_pfmt); in build_buffer_to_image_fs()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.c672 if (util_format_get_nr_components(buf->resources[i]->format) == 1) in nouveau_video_buffer_sampler_view_planes()
703 unsigned nr_components = util_format_get_nr_components(buf->resources[i]->format); in nouveau_video_buffer_sampler_view_components()
H A Dnouveau_vp3_video.c151 unsigned nr_components = util_format_get_nr_components(res->format); in nouveau_vp3_video_buffer_create()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_vbo.c84 switch (util_format_get_nr_components(fmt)) { in nv50_vertex_state_create()
151 const unsigned nc = util_format_get_nr_components(ve->src_format); in nv50_emit_vtxattr()
/aosp_15_r20/external/virglrenderer/src/gallium/auxiliary/util/
H A Du_format.h884 util_format_get_nr_components(enum pipe_format format) in util_format_get_nr_components() function
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_buffer.cpp434 unsigned num_components = util_format_get_nr_components(pCurPlaneResource->format); in d3d12_video_buffer_get_sampler_view_components()

12