Searched refs:replaced (Results 1 - 25 of 166) sorted by relevance

1234567

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/rbug/
H A Drbug_shader.h88 uint32_t *replaced; member in struct:rbug_proto_shader_info_reply
125 uint32_t *replaced,
H A Drbug_shader.c254 uint32_t *replaced,
267 LEN_ARRAY(4, replaced); /* replaced */
281 WRITE_ARRAY(4, uint32_t, replaced); /* replaced */
464 READ_ARRAY(4, uint32_t, replaced); /* replaced */
250 rbug_send_shader_info_reply(struct rbug_connection * __con,uint32_t serial,uint32_t * original,uint32_t original_len,uint32_t * replaced,uint32_t replaced_len,uint8_t disabled,uint32_t * __serial) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/rbug/
H A Drbug_shader.h88 uint32_t *replaced; member in struct:rbug_proto_shader_info_reply
125 uint32_t *replaced,
H A Drbug_shader.c254 uint32_t *replaced,
267 LEN_ARRAY(4, replaced); /* replaced */
281 WRITE_ARRAY(4, uint32_t, replaced); /* replaced */
464 READ_ARRAY(4, uint32_t, replaced); /* replaced */
250 rbug_send_shader_info_reply(struct rbug_connection * __con,uint32_t serial,uint32_t * original,uint32_t original_len,uint32_t * replaced,uint32_t replaced_len,uint8_t disabled,uint32_t * __serial) argument
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dset.h102 _mesa_set_search_and_add(struct set *set, const void *key, bool *replaced);
105 const void *key, bool *replaced);
H A Dset.c495 _mesa_set_search_and_add(struct set *set, const void *key, bool *replaced) argument
500 key, replaced);
505 const void *key, bool *replaced)
509 struct set_entry *entry = set_search_or_add(set, hash, key, replaced);
504 _mesa_set_search_and_add_pre_hashed(struct set * set,uint32_t hash,const void * key,bool * replaced) argument
/xsrc/external/mit/libdrm/dist/intel/
H A Duthash.h191 #define HASH_REPLACE_BYHASHVALUE_INORDER(hh,head,fieldname,keylen_in,hashval,add,replaced,cmpfcn) \
193 (replaced) = NULL; \
194 HASH_FIND_BYHASHVALUE(hh, head, &((add)->fieldname), keylen_in, hashval, replaced); \
195 if (replaced) { \
196 HASH_DELETE(hh, head, replaced); \
201 #define HASH_REPLACE_BYHASHVALUE(hh,head,fieldname,keylen_in,hashval,add,replaced) \
203 (replaced) = NULL; \
204 HASH_FIND_BYHASHVALUE(hh, head, &((add)->fieldname), keylen_in, hashval, replaced); \
205 if (replaced) { \
206 HASH_DELETE(hh, head, replaced); \
[all...]
/xsrc/external/mit/mesa-demos/dist/src/rbug/
H A Dshdr_dump.c72 tgsi_dump((struct tgsi_token *)info->replaced, 0);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_atomics_to_ssbo.c190 unsigned replaced = 0; local in function:nir_lower_atomics_to_ssbo
195 if (replaced & (1 << var->data.binding))
234 replaced |= (1 << var->data.binding);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_atomics_to_ssbo.c210 unsigned replaced = 0; local in function:nir_lower_atomics_to_ssbo
215 if (replaced & (1 << var->data.binding))
239 replaced |= (1 << var->data.binding);
/xsrc/external/mit/MesaLib/dist/src/panfrost/util/
H A Dpan_lower_writeout.c84 bool replaced = false; local in function:pan_nir_lower_zs_store
145 replaced = true;
150 if (!replaced) {
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D6.5.rst68 - replaced dprintf() with \_glu_printf() in GLU (bug 6244)
84 replaced by the two-sided versions: Driver.Stencil*Separate().
H A D6.5.3.rst70 - Old array_cache module replaced by new vbo module. All geometry
H A D17.1.7.rst115 - ac: fail shader compilation if libelf is replaced by an incompatible
H A D10.5.0.rst160 #error "<malloc.h> has been replaced by <stdlib.h>"
/xsrc/external/mit/MesaLib/dist/docs/
H A Dinstall.rst121 where ``OTHER_OPTIONS`` is replaced by any meson configuration options you may
153 where ``my_icd.json`` is replaced with the actual ICD json file name. This
H A Dshading.rst39 Shaders can be dumped and replaced on runtime for debugging purposes.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_debug.c196 bool replaced = false; local in function:si_replace_shader
262 replaced = true;
269 return replaced;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_debug.c203 bool replaced = false; local in function:si_replace_shader
272 replaced = true;
278 return replaced;
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dsvga3d.rst288 been replaced with lines starting with "vmwgfx", indicating that the new
/xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
H A DREADME.rst37 With Adreno 6xx, the separate PF and ME are replaced with a single
/xsrc/external/mit/font-util/dist/
H A Dfontutil.m4.in109 # It replaced individual copies of this code in the above macros in 1.1.
/xsrc/external/mit/ctwm/dist/doc/devman/
H A Dprinciples.adoc131 (So `.vs` could be replaced with a boolean in most places)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dnotes.markdown344 expressions are replaced with conditional moves (CNDxx) to select
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dnotes.markdown344 expressions are replaced with conditional moves (CNDxx) to select

Completed in 16 milliseconds

1234567