Searched defs:first_layer (Results 1 - 25 of 56) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_gen_mipmap.c61 uint lastLevel, first_layer, last_layer; local in function:st_generate_mipmap
H A Dst_cb_fbo.c497 unsigned first_layer, last_layer; local in function:st_update_renderbuffer_surface
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c59 util_gen_mipmap(struct pipe_context * pipe,struct pipe_resource * pt,enum pipe_format format,uint base_level,uint last_level,uint first_layer,uint last_layer,uint filter) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c59 util_gen_mipmap(struct pipe_context * pipe,struct pipe_resource * pt,enum pipe_format format,uint base_level,uint last_level,uint first_layer,uint last_layer,uint filter) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_gen_mipmap.c61 uint lastLevel, first_layer, last_layer; local in function:st_generate_mipmap
H A Dst_cb_fbo.c528 unsigned first_layer, last_layer; local in function:st_update_renderbuffer_surface
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_generate_mipmap.c45 unsigned last_level, first_layer, last_layer; local in function:brw_generate_mipmap
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_generate_mipmap.c45 unsigned last_level, first_layer, last_layer; local in function:brw_generate_mipmap
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_texture.c125 unsigned first_layer; local in function:lima_update_tex_desc
71 lima_texture_desc_set_res(struct lima_context * ctx,lima_tex_desc * desc,struct pipe_resource * prsc,unsigned first_level,unsigned last_level,unsigned first_layer) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_surface.h120 zink_surface_clamp_viewtype(VkImageViewType viewType, unsigned first_layer, unsigned last_layer, unsigned array_size) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dbasetexture9.c388 unsigned first_layer = 0; local in function:NineBaseTexture9_GenerateMipSubLevels
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_clear.c441 unsigned first_layer = rtv->u.tex.first_layer; local in function:svga_clear_texture
H A Dsvga_resource_texture.c1265 svga_texture_generate_mipmap(struct pipe_context * pipe,struct pipe_resource * pt,enum pipe_format format,unsigned base_level,unsigned last_level,unsigned first_layer,unsigned last_layer) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_clear.c410 unsigned first_layer = rtv->u.tex.first_layer; local in function:svga_clear_texture
H A Dsvga_resource_texture.c1210 svga_texture_generate_mipmap(struct pipe_context * pipe,struct pipe_resource * pt,enum pipe_format format,unsigned base_level,unsigned last_level,unsigned first_layer,unsigned last_layer) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dbasetexture9.c383 unsigned first_layer = 0; local in function:NineBaseTexture9_GenerateMipSubLevels
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_texture.h124 unsigned first_layer, last_layer; member in struct:pan_image_view
H A Dpan_texture.c438 panfrost_adjust_cube_dimensions(unsigned * first_face,unsigned * last_face,unsigned * first_layer,unsigned * last_layer) argument
453 panfrost_texture_num_elements(unsigned first_level,unsigned last_level,unsigned first_layer,unsigned last_layer,unsigned nr_samples,bool is_cube,bool manual_stride) argument
508 panfrost_surface_iter_begin(struct panfrost_surface_iter * iter,unsigned first_layer,unsigned last_layer,unsigned first_level,unsigned last_level,unsigned first_face,unsigned last_face,unsigned nr_samples) argument
623 unsigned first_layer = iview->first_layer, last_layer = iview->last_layer; local in function:panfrost_emit_texture_payload
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_blit.c461 v3d_generate_mipmap(struct pipe_context * pctx,struct pipe_resource * prsc,enum pipe_format format,unsigned int base_level,unsigned int last_level,unsigned int first_layer,unsigned int last_layer) argument
H A Dv3dx_state.c830 v3d_setup_texture_shader_state(struct V3DX (TEXTURE_SHADER_STATE)* tex,struct pipe_resource * prsc,int base_level,int last_level,int first_layer,int last_layer) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_noop/
H A Dnoop_pipe.c299 noop_generate_mipmap(struct pipe_context * ctx,struct pipe_resource * resource,enum pipe_format format,unsigned base_level,unsigned last_level,unsigned first_layer,unsigned last_layer) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_blit.c111 r600_blit_decompress_depth(struct pipe_context * ctx,struct r600_texture * texture,struct r600_texture * staging,unsigned first_level,unsigned last_level,unsigned first_layer,unsigned last_layer,unsigned first_sample,unsigned last_sample) argument
205 r600_blit_decompress_depth_in_place(struct r600_context * rctx,struct r600_texture * texture,bool is_stencil_sampler,unsigned first_level,unsigned last_level,unsigned first_layer,unsigned last_layer) argument
333 r600_blit_decompress_color(struct pipe_context * ctx,struct r600_texture * rtex,unsigned first_level,unsigned last_level,unsigned first_layer,unsigned last_layer) argument
431 r600_decompress_subresource(struct pipe_context * ctx,struct pipe_resource * tex,unsigned level,unsigned first_layer,unsigned last_layer) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_blit.c111 si_blit_dbcb_copy(struct si_context * sctx,struct si_texture * src,struct si_texture * dst,unsigned planes,unsigned level_mask,unsigned first_layer,unsigned last_layer,unsigned first_sample,unsigned last_sample) argument
183 si_blit_decompress_depth(struct pipe_context * ctx,struct si_texture * texture,struct si_texture * staging,unsigned first_level,unsigned last_level,unsigned first_layer,unsigned last_layer,unsigned first_sample,unsigned last_sample) argument
211 si_blit_decompress_zs_planes_in_place(struct si_context * sctx,struct si_texture * texture,unsigned planes,unsigned level_mask,unsigned first_layer,unsigned last_layer) argument
280 si_blit_decompress_zs_in_place(struct si_context * sctx,struct si_texture * texture,unsigned levels_z,unsigned levels_s,unsigned first_layer,unsigned last_layer) argument
314 si_decompress_depth(struct si_context * sctx,struct si_texture * tex,unsigned required_planes,unsigned first_level,unsigned last_level,unsigned first_layer,unsigned last_layer) argument
455 si_blit_decompress_color(struct si_context * sctx,struct si_texture * tex,unsigned first_level,unsigned last_level,unsigned first_layer,unsigned last_layer,bool need_dcc_decompress) argument
600 si_check_render_feedback_texture(struct si_context * sctx,struct si_texture * tex,unsigned first_level,unsigned last_level,unsigned first_layer,unsigned last_layer) argument
841 si_decompress_subresource(struct pipe_context * ctx,struct pipe_resource * tex,unsigned planes,unsigned level,unsigned first_layer,unsigned last_layer) argument
1267 si_generate_mipmap(struct pipe_context * ctx,struct pipe_resource * tex,enum pipe_format format,unsigned base_level,unsigned last_level,unsigned first_layer,unsigned last_layer) argument
[all...]
H A Dsi_shader_tgsi_mem.c310 LLVMValueRef first_layer, const5, mask; local in function:image_fetch_coords
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_image.c491 si_make_texture_descriptor(struct radv_device * device,struct radv_image * image,bool is_storage_image,VkImageViewType view_type,VkFormat vk_format,const VkComponentMapping * mapping,unsigned first_level,unsigned last_level,unsigned first_layer,unsigned last_layer,unsigned width,unsigned height,unsigned depth,uint32_t * state,uint32_t * fmask_state) argument

Completed in 44 milliseconds

123