Home
last modified time | relevance | path

Searched refs:Immutable (Results 1 – 25 of 93) sorted by relevance

1234

/third_party/boost/libs/gil/test/core/image_view/
Dview_type_from_pixel.cpp18 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 …]
Dview_type.cpp18 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/
Dst_gen_mipmap.c66 if (texObj->Immutable) in st_generate_mipmap()
76 if (texObj->Immutable) in st_generate_mipmap()
90 if (!texObj->Immutable) { in st_generate_mipmap()
Dst_texture.c272 if (stObj->base.Immutable) { in st_texture_image_map()
312 if (stObj->base.Immutable) in st_texture_image_unmap()
Dst_atom_image.c130 if (stObj->base.Immutable) in st_convert_image()
Dst_cb_copyimage.c652 if (src_image->TexObject->Immutable) { in st_CopyImageSubData()
668 if (dst_image->TexObject->Immutable) { in st_CopyImageSubData()
Dst_sampler_view.c488 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/
DDigitSequence.java21 import com.google.errorprone.annotations.Immutable;
31 @Immutable
/third_party/mesa3d/src/mesa/main/
Dvdpau.c159 if (tex->Immutable) { in register_surface()
179 tex->Immutable = GL_TRUE; in register_surface()
265 surf->textures[i]->Immutable = GL_FALSE; in _mesa_VDPAUUnregisterSurfaceNV()
Dtextureview.c488 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()
Dexternalobjects.c208 if (memObj->Immutable) { in _mesa_MemoryObjectParameterivEXT()
277 if (!memObj->Immutable) { in lookup_memory_object_err()
851 memObj->Immutable = GL_TRUE; in _mesa_ImportMemoryFdEXT()
Dtexparam.c419 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()
Dglthread_bufferobj.c41 obj->Immutable = true; in new_upload_buffer()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_generate_mipmap.c66 if (!tex_obj->Immutable) { in brw_generate_mipmap()
Dbrw_tex_validate.c104 assert(!tObj->Immutable || brw->screen->devinfo.ver < 6); in brw_finalize_mipmap_tree()
Dbrw_wm_surface_state.c493 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/
Dfunctional.texture.cube_map_array.txt32 + Immutable cube map arrays (TexStorage3D)
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_storage_multisample.txt49 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/
DAArch64A57FPLoadBalancing.cpp233 void setKill(MachineInstr *MI, unsigned Idx, bool Immutable) { in setKill() argument
236 KillIsImmutable = Immutable; in setKill()
/third_party/openGLES/extensions/ARB/
DARB_texture_storage_multisample.txt59 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/
DCopyCompressedTextureTest.cpp316 TEST_P(CopyCompressedTextureTest, Immutable) in TEST_P() argument
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DCopyCompressedTextureTest.cpp316 TEST_P(CopyCompressedTextureTest, Immutable) in TEST_P() argument
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DANGLE_robust_resource_initialization.txt101 Add to the final paragraph of section 8.17 "Immutable-Format Texture
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dno-type-alias.md44 type Immutable<T> = { readonly [P in keyof T]: T[P] };
51 type ImmutablePerson = Immutable<Person>;
/third_party/skia/third_party/externals/angle2/extensions/
DANGLE_robust_resource_initialization.txt117 Add to the final paragraph of section 8.17 "Immutable-Format Texture

1234