/third_party/boost/libs/gil/test/core/image_view/ |
D | view_type_from_pixel.cpp | 18 struct Immutable : std::false_type {}; struct 56 test<gil::gray8c_view_t, gil::gray8c_pixel_t, Interleaved, NotStepX, Immutable>(); in main() 58 test<gil::gray8c_view_t, gil::gray8_pixel_t, Interleaved, NotStepX, Immutable>(); in main() 64 test<gil::gray8c_step_view_t, gil::gray8_pixel_t, Interleaved, StepX, Immutable>(); in main() 68 test_not<gil::gray8_view_t, gil::gray8_pixel_t, Interleaved, NotStepX, Immutable>(); in main() 71 test<gil::abgr8c_view_t, gil::abgr8_pixel_t, Interleaved, NotStepX, Immutable>(); in main() 73 test<gil::abgr8c_step_view_t, gil::abgr8_pixel_t, Interleaved, StepX, Immutable>(); in main() 78 test<gil::argb8c_view_t, gil::argb8_pixel_t, Interleaved, NotStepX, Immutable>(); in main() 80 test<gil::argb8c_step_view_t, gil::argb8_pixel_t, Interleaved, StepX, Immutable>(); in main() 83 test<gil::bgr8c_view_t, gil::bgr8_pixel_t, Interleaved, NotStepX, Immutable>(); in main() [all …]
|
D | view_type.cpp | 18 struct Immutable : std::false_type {}; struct 58 test<gil::gray8c_view_t, gil::gray_layout_t, Interleaved, NotStepX, Immutable>(); in main() 60 test<gil::gray8c_step_view_t, gil::gray_layout_t, Interleaved, StepX, Immutable>(); in main() 64 test_not<gil::gray8_view_t, gil::gray_layout_t, Interleaved, NotStepX, Immutable>(); in main() 67 test<gil::abgr8c_view_t, gil::abgr_layout_t, Interleaved, NotStepX, Immutable>(); in main() 69 test<gil::abgr8c_step_view_t, gil::abgr_layout_t, Interleaved, StepX, Immutable>(); in main() 74 test<gil::argb8c_view_t, gil::argb_layout_t, Interleaved, NotStepX, Immutable>(); in main() 76 test<gil::argb8c_step_view_t, gil::argb_layout_t, Interleaved, StepX, Immutable>(); in main() 79 test<gil::bgr8c_view_t, gil::bgr_layout_t, Interleaved, NotStepX, Immutable>(); in main() 81 test<gil::bgr8c_step_view_t, gil::bgr_layout_t, Interleaved, StepX, Immutable>(); in main() [all …]
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_gen_mipmap.c | 66 if (texObj->Immutable) in st_generate_mipmap() 76 if (texObj->Immutable) in st_generate_mipmap() 90 if (!texObj->Immutable) { in st_generate_mipmap()
|
D | st_texture.c | 272 if (stObj->base.Immutable) { in st_texture_image_map() 312 if (stObj->base.Immutable) in st_texture_image_unmap()
|
D | st_atom_image.c | 130 if (stObj->base.Immutable) in st_convert_image()
|
D | st_cb_copyimage.c | 652 if (src_image->TexObject->Immutable) { in st_CopyImageSubData() 668 if (dst_image->TexObject->Immutable) { in st_CopyImageSubData()
|
D | st_sampler_view.c | 488 if (stObj->base.Immutable) in last_level() 498 if (stObj->base.Immutable && stObj->pt->array_size > 1) in last_layer()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
D | DigitSequence.java | 21 import com.google.errorprone.annotations.Immutable; 31 @Immutable
|
/third_party/mesa3d/src/mesa/main/ |
D | vdpau.c | 159 if (tex->Immutable) { in register_surface() 179 tex->Immutable = GL_TRUE; in register_surface() 265 surf->textures[i]->Immutable = GL_FALSE; in _mesa_VDPAUUnregisterSurfaceNV()
|
D | textureview.c | 488 texObj->Immutable = GL_TRUE; in _mesa_set_texture_view_state() 695 texObj->Immutable = GL_TRUE; in texture_view() 765 if (!origTexObj->Immutable) { in _mesa_TextureView()
|
D | externalobjects.c | 208 if (memObj->Immutable) { in _mesa_MemoryObjectParameterivEXT() 277 if (!memObj->Immutable) { in lookup_memory_object_err() 851 memObj->Immutable = GL_TRUE; in _mesa_ImportMemoryFdEXT()
|
D | texparam.c | 419 if (texObj->Immutable) in set_tex_parameteri() 445 if (texObj->Immutable) in set_tex_parameteri() 659 if (ctx->Extensions.EXT_memory_object && !texObj->Immutable) { in set_tex_parameteri() 2362 *params = (GLfloat) obj->Immutable; in get_tex_parameterfv() 2634 *params = (GLint) obj->Immutable; in get_tex_parameteriv()
|
D | glthread_bufferobj.c | 41 obj->Immutable = true; in new_upload_buffer()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_generate_mipmap.c | 66 if (!tex_obj->Immutable) { in brw_generate_mipmap()
|
D | brw_tex_validate.c | 104 assert(!tObj->Immutable || brw->screen->devinfo.ver < 6); in brw_finalize_mipmap_tree()
|
D | brw_wm_surface_state.c | 493 if (obj->Immutable && obj->Target != GL_TEXTURE_3D) { in brw_update_texture_surface() 1563 assert(obj->Immutable || obj->Attrib.MinLayer == 0); in update_image_surface() 1565 num_layers = obj->Immutable ? in update_image_surface()
|
/third_party/vk-gl-cts/doc/testspecs/GLES31/ |
D | functional.texture.cube_map_array.txt | 32 + Immutable cube map arrays (TexStorage3D)
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_texture_storage_multisample.txt | 49 heavier weight and less frequent operation). Immutable storage 126 In Subsection 3.9.16, "Immutable-Format Texture Images", add the following,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64A57FPLoadBalancing.cpp | 233 void setKill(MachineInstr *MI, unsigned Idx, bool Immutable) { in setKill() argument 236 KillIsImmutable = Immutable; in setKill()
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_texture_storage_multisample.txt | 59 heavier weight and less frequent operation). Immutable storage 136 In Subsection 3.9.16, "Immutable-Format Texture Images", add the following,
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | CopyCompressedTextureTest.cpp | 316 TEST_P(CopyCompressedTextureTest, Immutable) in TEST_P() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | CopyCompressedTextureTest.cpp | 316 TEST_P(CopyCompressedTextureTest, Immutable) in TEST_P() argument
|
/third_party/flutter/skia/third_party/externals/angle2/extensions/ |
D | ANGLE_robust_resource_initialization.txt | 101 Add to the final paragraph of section 8.17 "Immutable-Format Texture
|
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/ |
D | no-type-alias.md | 44 type Immutable<T> = { readonly [P in keyof T]: T[P] }; 51 type ImmutablePerson = Immutable<Person>;
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | ANGLE_robust_resource_initialization.txt | 117 Add to the final paragraph of section 8.17 "Immutable-Format Texture
|