/third_party/mesa3d/src/freedreno/fdl/ |
H A D | fd5_layout.c | 33 fdl5_layout(struct fdl_layout *layout, enum pipe_format format, uint32_t nr_samples, uint32_t width0, uint32_t height0, uint32_t depth0, uint32_t mip_levels, uint32_t array_size, bool is_3d) fdl5_layout() argument
|
H A D | fd_layout_test.h | 28 bool is_3d; member
|
H A D | fd6_layout.c | 104 fdl6_layout(struct fdl_layout *layout, enum pipe_format format, uint32_t nr_samples, uint32_t width0, uint32_t height0, uint32_t depth0, uint32_t mip_levels, uint32_t array_size, bool is_3d, struct fdl_explicit_layout *explicit_layout) fdl6_layout() argument
|
/third_party/astc-encoder/Test/ |
H A D | astc_test_image.py | 55 def is_3d(blockSize): function
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_image.c | 135 bool is_3d = image->pimage.layout.dim == MALI_TEXTURE_DIMENSION_3D; in CreateImageView() local
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_layout.c | 339 bool is_3d = layout->dim == MALI_TEXTURE_DIMENSION_3D; in pan_image_layout_init() local 483 bool is_3d = iview->image->layout.dim == MALI_TEXTURE_DIMENSION_3D; in pan_iview_get_surface() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_miptree.c | 62 nv50_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) in nv50_tex_choose_tile_dims() argument 32 nv50_tex_choose_tile_dims_helper(unsigned nx, unsigned ny, unsigned nz, bool is_3d) nv50_tex_choose_tile_dims_helper() argument
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_miptree.c | 35 nvc0_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) in nvc0_tex_choose_tile_dims() argument
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_miptree.c | 333 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/amd/vulkan/ |
H A D | radv_meta_blit2d.c | 430 build_nir_texel_fetch(struct nir_builder *b, struct radv_device *device, nir_ssa_def *tex_pos, bool is_3d, bool is_multisampled) build_nir_texel_fetch() argument 483 build_nir_buffer_fetch(struct nir_builder *b, struct radv_device *device, nir_ssa_def *tex_pos, bool is_3d, bool is_multisampled) build_nir_buffer_fetch() argument 525 build_nir_copy_fragment_shader(struct radv_device *device, texel_fetch_build_func txf_func, const char *name, bool is_3d, bool is_multisampled) build_nir_copy_fragment_shader() argument 550 build_nir_copy_fragment_shader_depth(struct radv_device *device, texel_fetch_build_func txf_func, const char *name, bool is_3d, bool is_multisampled) build_nir_copy_fragment_shader_depth() argument 575 build_nir_copy_fragment_shader_stencil(struct radv_device *device, texel_fetch_build_func txf_func, const char *name, bool is_3d, bool is_multisampled) build_nir_copy_fragment_shader_stencil() argument [all...] |
H A D | radv_meta_bufimage.c | 33 build_nir_itob_compute_shader(struct radv_device *dev, bool is_3d) in build_nir_itob_compute_shader() argument 208 build_nir_btoi_compute_shader(struct radv_device *dev, bool is_3d) in build_nir_btoi_compute_shader() argument 533 build_nir_itoi_compute_shader(struct radv_device *dev, bool is_3d, int samples) build_nir_itoi_compute_shader() argument 888 build_nir_cleari_compute_shader(struct radv_device *dev, bool is_3d, int samples) build_nir_cleari_compute_shader() argument [all...] |
H A D | radv_meta_etc_decode.c | 203 nir_ssa_def *is_3d = nir_ieq_imm(&b, image_type, VK_IMAGE_TYPE_3D); in build_shader() local
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_surface.h | 414 unsigned is_3d : 1; member
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_lowering_nvc0.cpp | 2639 Value *is_3d = bld.mkOp2v(OP_AND, TYPE_U32, bld.getSSA(), v, bld.mkImm(1)); in processSurfaceCoordsGM107() local
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 550 dzn_physical_device_get_max_mip_level(bool is_3d) in dzn_physical_device_get_max_mip_level() argument 556 dzn_physical_device_get_max_extent(bool is_3d) in dzn_physical_device_get_max_extent() argument
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_cmdstream.c | 1900 bool is_3d = rsrc->base.target == PIPE_TEXTURE_3D; in emit_image_bufs() local
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_state.c | 2982 const bool is_3d = res->surf.dim == ISL_SURF_DIM_3D; in crocus_create_surface() local
|