HomeSort by: relevance | last modified time | path
    Searched defs:used (Results 1 - 25 of 145) sorted by relevancy

1 2 3 4 5 6

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
radeon_rename_regs.c 51 unsigned char * used; local
64 used = memory_pool_malloc(&c->Pool, sizeof(unsigned char) * used_length);
65 memset(used, 0, sizeof(unsigned char) * used_length);
67 rc_get_used_temporaries(c, used, used_length);
79 new_index = rc_find_free_temporary_list(c, used, used_length,
radeon_dataflow_swizzles.c 354 unsigned used = 0; local
356 used |= 1 << GET_SWZ(new_swizzle, i);
359 if (used & (1 << i)) {
radeon_program.c 75 unsigned char * Used;
94 d->Used[index] |= mask;
98 * This function fills in the parameter 'used' with a writemask that
99 * represent which components of each temporary register are used by the
102 * @param used The function does not initialize this parameter.
106 unsigned char * used,
111 d.Used = used;
122 /* Search a list of used temporaries for a free one
124 * @note If this functions finds a free temporary, it will mark it as used
152 unsigned char used[RC_REGISTER_MAX_INDEX]; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
radeon_rename_regs.c 51 unsigned char * used; local
64 used = memory_pool_malloc(&c->Pool, sizeof(unsigned char) * used_length);
65 memset(used, 0, sizeof(unsigned char) * used_length);
67 rc_get_used_temporaries(c, used, used_length);
79 new_index = rc_find_free_temporary_list(c, used, used_length,
radeon_dataflow_swizzles.c 354 unsigned used = 0; local
356 used |= 1 << GET_SWZ(new_swizzle, i);
359 if (used & (1 << i)) {
radeon_program.c 75 unsigned char * Used;
94 d->Used[index] |= mask;
98 * This function fills in the parameter 'used' with a writemask that
99 * represent which components of each temporary register are used by the
102 * @param used The function does not initialize this parameter.
106 unsigned char * used,
111 d.Used = used;
122 /* Search a list of used temporaries for a free one
124 * @note If this functions finds a free temporary, it will mark it as used
152 unsigned char used[RC_REGISTER_MAX_INDEX]; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
vc4_opt_dead_code.c 29 * It walks all the instructions finding what temps are used, then walks again
88 bool *used = calloc(c->num_temps, sizeof(bool)); local
93 used[inst->src[i].index] = true;
101 !used[inst->dst.index])) {
150 free(used);
  /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
vn_device_memory.h 19 VkDeviceSize used; member in struct:vn_device_memory_pool
vn_cs.c 80 /* move the current buffer to the beginning, skipping the used part */
81 const size_t used = cur_buf->offset + cur_buf->committed_size; local
83 vn_cs_encoder_add_buffer(enc, cur_buf->shmem, used,
85 enc->current_buffer_size - used);
  /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
vir_opt_dead_code.c 29 * It walks all the instructions finding what temps are used, then walks again
97 bool *used = calloc(c->num_temps, sizeof(bool)); local
108 used[inst->src[i].index] = true;
124 !used[inst->dst.index])) {
177 free(used);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
vc4_opt_dead_code.c 29 * It walks all the instructions finding what temps are used, then walks again
88 bool *used = calloc(c->num_temps, sizeof(bool)); local
93 used[inst->src[i].index] = true;
101 !used[inst->dst.index])) {
150 free(used);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
glthread.h 62 /** Amount of data used by batch commands, in bytes. */
63 size_t used; member in struct:glthread_batch
  /xsrc/external/mit/twm/dist/src/
icons.h 22 used in advertising or otherwise to promote the sale, use or other dealings
51 short used; member in struct:IconEntry
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
opt_dead_functions.cpp 43 this->used = false;
47 bool used; member in class:__anon739::signature_entry
94 entry->used = true;
108 entry->used = true;
121 /* Now that we've figured out which function signatures are used, remove
126 if (!entry->used) {
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
opt_dead_functions.cpp 43 this->used = false;
47 bool used; member in class:__anon3374::signature_entry
94 entry->used = true;
108 entry->used = true;
121 /* Now that we've figured out which function signatures are used, remove
126 if (!entry->used) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipebuffer/
pb_validate.c 58 unsigned used; member in struct:pb_validate
80 if(vl->used && vl->entries[vl->used - 1].buf == buf) {
81 vl->entries[vl->used - 1].flags |= flags;
86 if(vl->used == vl->size) {
106 assert(!vl->entries[vl->used].buf);
107 pb_reference(&vl->entries[vl->used].buf, buf);
108 vl->entries[vl->used].flags = flags;
109 ++vl->used;
121 for(i = 0; i < vl->used; ++i)
    [all...]
  /xsrc/external/mit/libX11/dist/src/xlibi18n/lcUniConv/
big5.h 4122 unsigned short used = summary->used; local
4124 if (used & ((unsigned short) 1 << i)) {
4126 /* Keep in `used' only the bits 0..i-1. */
4127 used &= ((unsigned short) 1 << i) - 1;
4128 /* Add `summary->indx' and the number of bits set in `used'. */
4129 used = (used & 0x5555) + ((used & 0xaaaa) >> 1);
4130 used = (used & 0x3333) + ((used & 0xcccc) >> 2)
    [all...]
big5hkscs.h 6232 unsigned short used = summary->used; local
6234 if (used & ((unsigned short) 1 << i)) {
6236 /* Keep in `used' only the bits 0..i-1. */
6237 used &= ((unsigned short) 1 << i) - 1;
6238 /* Add `summary->indx' and the number of bits set in `used'. */
6239 used = (used & 0x5555) + ((used & 0xaaaa) >> 1);
6240 used = (used & 0x3333) + ((used & 0xcccc) >> 2)
    [all...]
gb2312.h 2533 unsigned short used = summary->used; local
2535 if (used & ((unsigned short) 1 << i)) {
2537 /* Keep in `used' only the bits 0..i-1. */
2538 used &= ((unsigned short) 1 << i) - 1;
2539 /* Add `summary->indx' and the number of bits set in `used'. */
2540 used = (used & 0x5555) + ((used & 0xaaaa) >> 1);
2541 used = (used & 0x3333) + ((used & 0xcccc) >> 2)
    [all...]
jisx0208.h 2377 unsigned short used = summary->used; local
2379 if (used & ((unsigned short) 1 << i)) {
2381 /* Keep in `used' only the bits 0..i-1. */
2382 used &= ((unsigned short) 1 << i) - 1;
2383 /* Add `summary->indx' and the number of bits set in `used'. */
2384 used = (used & 0x5555) + ((used & 0xaaaa) >> 1);
2385 used = (used & 0x3333) + ((used & 0xcccc) >> 2)
    [all...]
jisx0212.h 2144 unsigned short used = summary->used; local
2146 if (used & ((unsigned short) 1 << i)) {
2148 /* Keep in `used' only the bits 0..i-1. */
2149 used &= ((unsigned short) 1 << i) - 1;
2150 /* Add `summary->indx' and the number of bits set in `used'. */
2151 used = (used & 0x5555) + ((used & 0xaaaa) >> 1);
2152 used = (used & 0x3333) + ((used & 0xcccc) >> 2)
    [all...]
ksc5601.h 2983 unsigned short used = summary->used; local
2985 if (used & ((unsigned short) 1 << i)) {
2987 /* Keep in `used' only the bits 0..i-1. */
2988 used &= ((unsigned short) 1 << i) - 1;
2989 /* Add `summary->indx' and the number of bits set in `used'. */
2990 used = (used & 0x5555) + ((used & 0xaaaa) >> 1);
2991 used = (used & 0x3333) + ((used & 0xcccc) >> 2)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
vir_opt_dead_code.c 29 * It walks all the instructions finding what temps are used, then walks again
186 bool *used = calloc(c->num_temps, sizeof(bool)); local
197 used[inst->src[i].index] = true;
213 !used[inst->dst.index])) {
290 free(used);
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipebuffer/
pb_validate.c 59 unsigned used; member in struct:pb_validate
95 if(vl->used == vl->size) {
115 assert(!vl->entries[vl->used].buf);
116 pb_reference(&vl->entries[vl->used].buf, buf);
117 vl->entries[vl->used].flags = flags;
118 ++vl->used;
121 _mesa_hash_table_insert(ht, buf, (void *) (uintptr_t) vl->used);
133 for(i = 0; i < vl->used; ++i) {
148 for(i = 0; i < vl->used; ++i) {
167 for(i = 0; i < vl->used; ++i)
    [all...]
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
fthash.h 82 FT_UInt used; member in struct:FT_HashRec_

Completed in 40 milliseconds

1 2 3 4 5 6