| /xsrc/external/mit/MesaLib/dist/src/freedreno/fdl/ |
| fd_layout_test.h | 28 bool is_3d; member in struct:testcase
|
| /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/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/common/ |
| ac_surface.h | 254 unsigned is_3d : 1; member in struct:ac_surf_config
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| ac_surface.h | 413 unsigned is_3d : 1; member in struct:ac_surf_config
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir_lowering_nvc0.cpp | 2627 Value *is_3d = bld.mkOp2v(OP_AND, TYPE_U32, bld.getSSA(), v, bld.mkImm(1)); local 2629 TYPE_U32, bld.mkImm(0), is_3d);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| pan_cmdstream.c | 1479 bool is_3d = rsrc->base.target == PIPE_TEXTURE_3D; local 1485 is_3d ? 0 : image->u.tex.first_layer, 1486 is_3d ? image->u.tex.first_layer : 0); 1524 cfg.r_dimension = is_3d ?
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| instr-a3xx.h | 584 uint32_t is_3d : 1; member in struct:PACKED
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| crocus_state.c | 2977 const bool is_3d = res->surf.dim == ISL_SURF_DIM_3D; local 2980 is_3d ? 0 : view->base_array_layer, 2981 is_3d ? view->base_array_layer : 0,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| iris_state.c | 1971 const bool is_3d = res->surf.dim == ISL_SURF_DIM_3D; local 1974 is_3d ? 0 : view->base_array_layer, 1975 is_3d ? view->base_array_layer : 0,
|