| /xsrc/external/mit/xorg-server/dist/randr/ |
| H A D | rrproviderproperty.c | 114 prop->immutable = FALSE; 329 Bool pending, Bool range, Bool immutable, 342 else if (prop->immutable && !immutable) 374 prop->immutable = immutable; 459 .immutable = prop->immutable 568 if (prop->immutable) { 631 if (prop->immutable 328 RRConfigureProviderProperty(RRProviderPtr provider,Atom property,Bool pending,Bool range,Bool immutable,int num_values,INT32 * values) argument [all...] |
| H A D | rrproperty.c | 115 prop->immutable = FALSE; 353 Bool pending, Bool range, Bool immutable, 366 else if (prop->immutable && !immutable) 398 prop->immutable = immutable; 486 .immutable = prop->immutable 602 if (prop->immutable) { 666 if (prop->immutable 352 RRConfigureOutputProperty(RROutputPtr output,Atom property,Bool pending,Bool range,Bool immutable,int num_values,const INT32 * values) argument [all...] |
| H A D | randrstr.h | 110 Bool immutable; member in struct:_rrProperty 1003 Bool pending, Bool range, Bool immutable, 1083 Bool pending, Bool range, Bool immutable,
|
| /xsrc/external/mit/xorg-server.old/dist/randr/ |
| H A D | rrproperty.c | 113 prop->immutable = FALSE; 333 Bool pending, Bool range, Bool immutable, 346 } else if (prop->immutable && !immutable) 373 prop->immutable = immutable; 458 rep.immutable = prop->immutable; 630 if (prop->immutable && stuff->delete) 332 RRConfigureOutputProperty(RROutputPtr output,Atom property,Bool pending,Bool range,Bool immutable,int num_values,INT32 * values) argument
|
| H A D | randrstr.h | 101 Bool immutable; member in struct:_rrProperty 851 Bool pending, Bool range, Bool immutable,
|
| /xsrc/external/mit/libXrandr/dist/src/ |
| H A D | XrrProperty.c | 122 prop_info->immutable = rep.immutable;
|
| H A D | XrrProviderProperty.c | 122 prop_info->immutable = rep.immutable;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_bufferobjects.c | 227 buffer_usage(GLenum target, GLboolean immutable, argument 230 if (immutable) {
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.6.9.rst | 104 - mesa: fix mipmap generation for immutable, compressed textures
|
| H A D | 11.0.5.rst | 125 - st/mesa: fix mipmap generation for immutable textures with incomplete
|
| H A D | 19.1.2.rst | 40 - 19.1.0: assert in vkAllocateDescriptorSets using immutable samplers
|
| H A D | 11.0.3.rst | 138 - mesa: fix mipmap generation for immutable, compressed textures
|
| H A D | 12.0.2.rst | 52 Texture artifacts with immutable texture storage and mipmaps
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_bufferobjects.c | 250 buffer_usage(GLenum target, GLboolean immutable, argument 253 /* "immutable" means that "storageFlags" was set by the user and "usage" 257 * Therefore, use storageFlags with immutable, else use "usage". 259 if (immutable) {
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_algebraic.py | 78 self.immutable = False; 82 assert not self.immutable, "Unknown replacement variable: " + name 88 self.immutable = True
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_algebraic.py | 85 self.immutable = False; 89 assert not self.immutable, "Unknown replacement variable: " + name 95 self.immutable = True
|
| /xsrc/external/mit/libXrandr/dist/include/X11/extensions/ |
| H A D | Xrandr.h | 312 Bool immutable; member in struct:__anondf64a8ae0a08
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | randrproto.h | 333 BOOL immutable; member in struct:__anonb71068b81408 765 BOOL immutable; member in struct:__anonb71068b83708
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | teximage.c | 2010 "glTexImage%dD(immutable texture)", dimensions); 2145 reason = "immutable texture"; 2551 "glCopyTexImage%dD(immutable texture)", dimensions); 3281 "glEGLImageTargetTexture2D(texture is immutable)"); 5499 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(immutable texture)", caller); 5799 GLboolean immutable, GLuint64 offset, 5835 if (immutable && !_mesa_is_legal_tex_storage_format(ctx, internalformat)) { 5837 "%s(internalformat=%s not legal for immutable-format)", 5873 if (immutable && (!texObj || (texObj->Name == 0))) { 5922 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(immutable)", fun 5792 texture_image_multisample(struct gl_context * ctx,GLuint dims,struct gl_texture_object * texObj,struct gl_memory_object * memObj,GLenum target,GLsizei samples,GLint internalformat,GLsizei width,GLsizei height,GLsizei depth,GLboolean fixedsamplelocations,GLboolean immutable,GLuint64 offset,const char * func) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | screen.rst | 761 The returned string should remain valid and immutable for the lifetime of 769 The returned string should remain valid and immutable for the lifetime of 778 The returned string should remain valid and immutable for the lifetime of
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | screen.rst | 870 The returned string should remain valid and immutable for the lifetime of 878 The returned string should remain valid and immutable for the lifetime of 887 The returned string should remain valid and immutable for the lifetime of
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | intel_display.c | 1136 uint64_t value, Bool immutable) 1147 TRUE, immutable, 2, atom_range); 1134 intel_output_create_ranged_atom(xf86OutputPtr output,Atom * atom,const char * name,INT32 min,INT32 max,uint64_t value,Bool immutable) argument
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | intel_display.c | 1091 uint64_t value, Bool immutable) 1102 TRUE, immutable, 2, atom_range); 1089 intel_output_create_ranged_atom(xf86OutputPtr output,Atom * atom,const char * name,INT32 min,INT32 max,uint64_t value,Bool immutable) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | teximage.c | 1990 "glTexImage%dD(immutable texture)", dimensions); 2125 reason = "immutable texture"; 2554 "glCopyTexImage%dD(immutable texture)", dimensions); 3450 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(texture is immutable)", caller); 6369 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(immutable texture)", caller); 6779 GLboolean immutable, GLuint64 offset, 6815 if (immutable && !_mesa_is_legal_tex_storage_format(ctx, internalformat)) { 6817 "%s(internalformat=%s not legal for immutable-format)", 6853 if (immutable && (!texObj || (texObj->Name == 0))) { 6902 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(immutable)", fun 6772 texture_image_multisample(struct gl_context * ctx,GLuint dims,struct gl_texture_object * texObj,struct gl_memory_object * memObj,GLenum target,GLsizei samples,GLint internalformat,GLsizei width,GLsizei height,GLsizei depth,GLboolean fixedsamplelocations,GLboolean immutable,GLuint64 offset,const char * func) argument [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_display.c | 4475 uint64_t value, Bool immutable) 4486 TRUE, immutable, 2, atom_range); 4473 sna_output_create_ranged_atom(xf86OutputPtr output,Atom * atom,const char * name,INT32 min,INT32 max,uint64_t value,Bool immutable) argument
|