Home
last modified time | relevance | path

Searched defs:is_3d (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/freedreno/fdl/
Dfd5_layout.c36 bool is_3d) in fdl5_layout()
Dfd_layout_test.h28 bool is_3d; member
Dfd6_layout.c101 bool is_3d, struct fdl_explicit_layout *explicit_layout) in fdl6_layout()
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_blit2d.c466 bool is_3d, bool is_multisampled) in build_nir_texel_fetch()
519 bool is_3d, bool is_multisampled) in build_nir_buffer_fetch()
561 const char *name, bool is_3d, bool is_multisampled) in build_nir_copy_fragment_shader()
584 const char *name, bool is_3d, bool is_multisampled) in build_nir_copy_fragment_shader_depth()
607 const char *name, bool is_3d, bool is_multisampled) in build_nir_copy_fragment_shader_stencil()
Dradv_meta_bufimage.c36 build_nir_itob_compute_shader(struct radv_device *dev, bool is_3d) in build_nir_itob_compute_shader()
217 build_nir_btoi_compute_shader(struct radv_device *dev, bool is_3d) in build_nir_btoi_compute_shader()
549 build_nir_itoi_compute_shader(struct radv_device *dev, bool is_3d, int samples) in build_nir_itoi_compute_shader()
910 build_nir_cleari_compute_shader(struct radv_device *dev, bool is_3d, int samples) in build_nir_cleari_compute_shader()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_miptree.c33 bool is_3d) in nv50_tex_choose_tile_dims_helper()
62 nv50_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) in nv50_tex_choose_tile_dims()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_miptree.c333 bool is_3d = mt->base.base.target == PIPE_TEXTURE_3D; in nv30_miptree_transfer_map() local
383 bool is_3d = mt->base.base.target == PIPE_TEXTURE_3D; in nv30_miptree_transfer_unmap() local
/third_party/mesa3d/src/panfrost/lib/
Dpan_texture.c184 bool is_3d = layout->dim == MALI_TEXTURE_DIMENSION_3D; in pan_image_layout_init() local
317 bool is_3d = iview->image->layout.dim == MALI_TEXTURE_DIMENSION_3D; in pan_iview_get_surface() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_miptree.c35 nvc0_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) in nvc0_tex_choose_tile_dims()
/third_party/mesa3d/src/amd/common/
Dac_surface.h413 unsigned is_3d : 1; member
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nvc0.cpp2627 Value *is_3d = bld.mkOp2v(OP_AND, TYPE_U32, bld.getSSA(), v, bld.mkImm(1)); in processSurfaceCoordsGM107() local
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c1479 bool is_3d = rsrc->base.target == PIPE_TEXTURE_3D; in emit_image_bufs() local
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c2977 const bool is_3d = res->surf.dim == ISL_SURF_DIM_3D; in crocus_create_surface() local