Searched refs:immutable (Results 1 - 25 of 33) sorted by relevance

12

/xsrc/external/mit/xorg-server/dist/randr/
H A Drrproviderproperty.c114 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 Drrproperty.c115 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 Drandrstr.h110 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 Drrproperty.c113 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 Drandrstr.h101 Bool immutable; member in struct:_rrProperty
851 Bool pending, Bool range, Bool immutable,
/xsrc/external/mit/libXrandr/dist/src/
H A DXrrProperty.c122 prop_info->immutable = rep.immutable;
H A DXrrProviderProperty.c122 prop_info->immutable = rep.immutable;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_bufferobjects.c227 buffer_usage(GLenum target, GLboolean immutable, argument
230 if (immutable) {
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.6.9.rst104 - mesa: fix mipmap generation for immutable, compressed textures
H A D11.0.5.rst125 - st/mesa: fix mipmap generation for immutable textures with incomplete
H A D19.1.2.rst40 - 19.1.0: assert in vkAllocateDescriptorSets using immutable samplers
H A D11.0.3.rst138 - mesa: fix mipmap generation for immutable, compressed textures
H A D12.0.2.rst52 Texture artifacts with immutable texture storage and mipmaps
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_bufferobjects.c250 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 Dnir_algebraic.py78 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 Dnir_algebraic.py85 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 DXrandr.h312 Bool immutable; member in struct:__anondf64a8ae0a08
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Drandrproto.h333 BOOL immutable; member in struct:__anonb71068b81408
765 BOOL immutable; member in struct:__anonb71068b83708
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dteximage.c2010 "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 Dscreen.rst761 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 Dscreen.rst870 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 Dintel_display.c1136 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 Dintel_display.c1091 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 Dteximage.c1990 "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 Dsna_display.c4475 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

Completed in 58 milliseconds

12