| /xsrc/external/mit/MesaLib/dist/src/freedreno/fdl/ |
| fd_layout_test.h | 28 bool is_3d; member in struct:testcase
|
| fd5_layout.c | 36 bool is_3d) 49 layout->layer_first = !is_3d; 86 const int alignment = is_3d ? 4096 : 1; 94 if (is_3d && (level == 1 ||
|
| fd5_layout_test.c | 62 .is_3d = true, 83 .is_3d = true,
|
| fd6_layout.c | 101 bool is_3d, struct fdl_explicit_layout *explicit_layout) 117 layout->layer_first = !is_3d; 195 if (is_3d && tile_mode) { 223 if (is_3d) {
|
| fd_layout_test.c | 53 MAX2(testcase->array_size, 1), testcase->is_3d, NULL); 60 MAX2(testcase->array_size, 1), testcase->is_3d);
|
| freedreno_layout.h | 238 bool is_3d); 243 bool is_3d, struct fdl_explicit_layout *plane_layout);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/winsys/amdgpu/ |
| radv_amdgpu_surface.c | 92 config.is_3d = type == RADEON_SURF_TYPE_3D;
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/winsys/amdgpu/ |
| radv_amdgpu_surface.c | 93 config.is_3d = !!(type == RADEON_SURF_TYPE_3D);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/ |
| amdgpu_surface.c | 93 config.is_3d = tex->target == PIPE_TEXTURE_3D;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/ |
| amdgpu_surface.c | 91 config.is_3d = !!(tex->target == PIPE_TEXTURE_3D);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| radv_meta_bufimage.c | 36 build_nir_itob_compute_shader(struct radv_device *dev, bool is_3d) 38 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D : GLSL_SAMPLER_DIM_2D; 42 is_3d ? "meta_itob_cs_3d" : "meta_itob_cs"); 54 nir_ssa_def *global_id = get_global_ids(&b, is_3d ? 3 : 2); 57 nir_load_push_constant(&b, is_3d ? 3 : 2, 32, nir_imm_int(&b, 0), .range = 16); 67 tex->src[0].src = nir_src_for_ssa(nir_channels(&b, img_coord, is_3d ? 0x7 : 0x3)); 74 tex->coord_components = is_3d ? 3 : 2; 217 build_nir_btoi_compute_shader(struct radv_device *dev, bool is_3d) 219 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D : GLSL_SAMPLER_DIM_2D; 224 is_3d ? "meta_btoi_cs_3d" : "meta_btoi_cs") [all...] |
| radv_meta_blit2d.c | 466 bool is_3d, bool is_multisampled) 468 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D 478 if (is_3d) { 498 tex->src[0].src = nir_src_for_ssa(is_3d ? tex_pos_3d : tex_pos); 509 tex->coord_components = is_3d ? 3 : 2; 519 bool is_3d, bool is_multisampled) 561 const char *name, bool is_3d, bool is_multisampled) 576 nir_ssa_def *color = txf_func(&b, device, tex_pos, is_3d, is_multisampled); 584 const char *name, bool is_3d, bool is_multisampled) 599 nir_ssa_def *color = txf_func(&b, device, tex_pos, is_3d, is_multisampled) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| pan_texture.c | 184 bool is_3d = layout->dim == MALI_TEXTURE_DIMENSION_3D; local 254 if (is_3d) { 317 bool is_3d = iview->image->layout.dim == MALI_TEXTURE_DIMENSION_3D; local 324 if (is_3d) { 340 unsigned array_idx = is_3d ? 0 : layer; 341 unsigned surface_idx = is_3d ? layer : sample;
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| radv_meta_bufimage.c | 36 build_nir_itob_compute_shader(struct radv_device *dev, bool is_3d) 39 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D : GLSL_SAMPLER_DIM_2D; 49 b.shader->info.name = ralloc_strdup(b.shader, is_3d ? "meta_itob_cs_3d" : "meta_itob_cs"); 78 offset->num_components = is_3d ? 3 : 2; 79 nir_ssa_dest_init(&offset->instr, &offset->dest, is_3d ? 3 : 2, 32, "offset"); 97 tex->src[0].src = nir_src_for_ssa(nir_channels(&b, img_coord, is_3d ? 0x7 : 0x3)); 104 tex->coord_components = is_3d ? 3 : 2; 265 build_nir_btoi_compute_shader(struct radv_device *dev, bool is_3d) 268 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D : GLSL_SAMPLER_DIM_2D; 278 b.shader->info.name = ralloc_strdup(b.shader, is_3d ? "meta_btoi_cs_3d" : "meta_btoi_cs") [all...] |
| radv_meta_blit2d.c | 484 nir_ssa_def *tex_pos, bool is_3d, bool is_multisampled) 487 is_3d ? GLSL_SAMPLER_DIM_3D : is_multisampled ? GLSL_SAMPLER_DIM_MS : GLSL_SAMPLER_DIM_2D; 497 if (is_3d) { 525 tex->src[0].src = nir_src_for_ssa(is_3d ? tex_pos_3d : tex_pos); 536 tex->coord_components = is_3d ? 3 : 2; 547 nir_ssa_def *tex_pos, bool is_3d, bool is_multisampled) 596 texel_fetch_build_func txf_func, const char* name, bool is_3d, 617 nir_ssa_def *color = txf_func(&b, device, tex_pos, is_3d, is_multisampled); 625 texel_fetch_build_func txf_func, const char* name, bool is_3d, 646 nir_ssa_def *color = txf_func(&b, device, tex_pos, is_3d, is_multisampled) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| nv50_resource.h | 38 bool is_3d);
|
| nv50_miptree.c | 33 bool is_3d) 45 if (!is_3d) 62 nv50_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) 64 return nv50_tex_choose_tile_dims_helper(nx, ny * 2, nz, is_3d);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| nv50_resource.h | 38 bool is_3d);
|
| nv50_miptree.c | 33 bool is_3d) 45 if (!is_3d) 62 nv50_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) 64 return nv50_tex_choose_tile_dims_helper(nx, ny * 2, nz, is_3d);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| ac_surface.h | 254 unsigned is_3d : 1; member in struct:ac_surf_config
|
| ac_surface.c | 281 if (config->is_3d && config->info.array_size > 1) 319 if (config->is_3d) 608 if (config->is_3d) 1538 if (config->is_3d) 1546 if (config->is_3d) 1640 if (!config->is_3d && !config->is_cube) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| nv30_miptree.c | 333 bool is_3d = mt->base.base.target == PIPE_TEXTURE_3D; local 339 if (is_3d && mt->swizzled) 341 else if (is_3d) 383 bool is_3d = mt->base.base.target == PIPE_TEXTURE_3D; local 386 if (is_3d && mt->swizzled) 388 else if (is_3d)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| nv30_miptree.c | 328 bool is_3d = mt->base.base.target == PIPE_TEXTURE_3D; local 334 if (is_3d && mt->swizzled) 336 else if (is_3d) 378 bool is_3d = mt->base.base.target == PIPE_TEXTURE_3D; local 381 if (is_3d && mt->swizzled) 383 else if (is_3d)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| nvc0_miptree.c | 35 nvc0_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) 37 return nv50_tex_choose_tile_dims_helper(nx, ny, nz, is_3d);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/radeon/drm/ |
| radeon_drm_surface.c | 272 if (config->is_3d) 362 config.is_3d = !!(tex->target == PIPE_TEXTURE_3D);
|