| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/ |
| static_data.py | 29 """Table of functions that have ABI-mandated offsets in the dispatch table. 35 offsets = { variable
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/ |
| static_data.py | 29 """Table of functions that have ABI-mandated offsets in the dispatch table. 35 offsets = { variable
|
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| fixedname.h | 26 * dns_fixedname_t is a convenience type containing a name, an offsets 65 dns_offsets_t offsets; member in struct:dns_fixedname
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| fixedname.h | 27 * dns_fixedname_t is a convenience type containing a name, an offsets 66 dns_offsets_t offsets; member in struct:dns_fixedname
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/ |
| dce110_compressor.h | 42 struct dce110_compressor_reg_offsets offsets; member in struct:dce110_compressor
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce112/ |
| dce112_compressor.h | 42 struct dce112_compressor_reg_offsets offsets; member in struct:dce112_compressor
|
| /src/sys/kern/ |
| vnode_if.sh | 669 function offsets() { function 670 # Define offsets array 702 # vp offsets 786 offsets(); function
|
| /src/external/bsd/libpcap/dist/ |
| bpf_image.c | 58 * Symbolic names for offsets that refer to the special Linux BPF locations. 60 static const char *offsets[SKF_AD_MAX] = { variable 124 (sym = offsets[p->k - (bpf_u_int32)SKF_AD_OFF]) != NULL) {
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| ir3_nir_lower_tg4_to_tex.c | 36 static const int offsets[3][2] = {{0, 1}, {1, 1}, {1, 0}}; local 61 nir_ssa_def *offset = nir_vec2(b, nir_imm_int(b, offsets[i][0]), 62 nir_imm_int(b, offsets[i][1]));
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| brw_ir_allocator.h | 37 sizes(NULL), offsets(NULL), count(0), total_size(0), capacity(0) 43 free(offsets); 54 offsets = (unsigned *)realloc(offsets, capacity * sizeof(unsigned)); 58 offsets[count] = total_size; 72 * Array of offsets from the start of the VGRF space in allocation 75 unsigned *offsets; member in class:brw::simple_allocator
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/llvm/codegen/ |
| bitcode.cpp | 55 std::map<std::string, unsigned> offsets; local 60 offsets[name] = i++; 62 return offsets;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| brw_ir_allocator.h | 37 sizes(NULL), offsets(NULL), count(0), total_size(0), capacity(0) 43 free(offsets); 54 offsets = (unsigned *)realloc(offsets, capacity * sizeof(unsigned)); 58 offsets[count] = total_size; 72 * Array of offsets from the start of the VGRF space in allocation 75 unsigned *offsets; member in class:brw::simple_allocator
|
| /src/external/apache2/llvm/dist/llvm/utils/ |
| extract-section.py | 93 offsets = [off for off in range(32 - width_bits, -1, -width_bits)] variable 96 for word in [(val >> i) & mask for i in offsets]:
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-stdarg.h | 30 int *offsets; member in struct:stdarg_info
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-stdarg.h | 30 int *offsets; member in struct:stdarg_info
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ravenscar-thread.h | 34 : offsets (offsets_), 90 are offsets. The offsets are either in the thread descriptor or 93 const gdb::array_view<const int> offsets; member in struct:ravenscar_arch_ops
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ravenscar-thread.h | 34 : offsets (offsets_), 90 are offsets. The offsets are either in the thread descriptor or 93 const gdb::array_view<const int> offsets; member in struct:ravenscar_arch_ops
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| vertarr.c | 160 int offsets[4]; local 185 offsets[i] = (modes[idx][i].count != 0) ? size : -1; 193 if (offsets[0] >= 0) { 198 if (offsets[1] >= 0) { 202 (const char *) pointer + offsets[1]); 204 if (offsets[2] >= 0) { 207 (const char *) pointer + offsets[2]); 212 (const char *) pointer + offsets[3]);
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| ir3_nir_lower_tg4_to_tex.c | 37 static const int offsets[3][2] = { {0, 1}, {1, 1}, {1, 0} }; local 74 nir_vec2(b, nir_imm_int(b, offsets[i][0]), 75 nir_imm_int(b, offsets[i][1]));
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| vertarr.c | 160 int offsets[4]; local 185 offsets[i] = (modes[idx][i].count != 0) ? size : -1; 193 if (offsets[0] >= 0) { 198 if (offsets[1] >= 0) { 202 (const char *) pointer + offsets[1]); 204 if (offsets[2] >= 0) { 207 (const char *) pointer + offsets[2]); 212 (const char *) pointer + offsets[3]);
|
| /xsrc/external/mit/libXt/dist/src/ |
| Object.c | 179 * offsets occur in the table ahead of the superclass callback 180 * offsets so that resource overrides work. 269 CallbackTable offsets; local 274 offsets = (CallbackTable) XtClass(widget)->core_class.callback_private; 276 for (i = (int) (long) *(offsets++); --i >= 0; offsets++) { 280 ((char *) old - (*offsets)->xrm_offset - 1); 282 ((char *) widget - (*offsets)->xrm_offset - 1); 297 CallbackTable offsets; local 302 offsets = (CallbackTable [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/ |
| buffers.c | 47 } offsets[64]; member in struct:buffer 148 if (offset == b->offsets[n].offset) 156 assert(b->noffsets < ARRAY_SIZE(b->offsets)); 157 b->offsets[n].dumped_mask = 0; 158 b->offsets[n].offset = offset; 161 if ((b->offsets[n].dumped_mask & enable_mask) == enable_mask) 164 b->offsets[n].dumped_mask |= enable_mask;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| vl_matrix_filter.c | 79 struct vertex2f *offsets, const float *matrix_values) 111 if (!is_vec_zero(offsets[i])) { 113 i_vtex, ureg_imm2f(shader, offsets[i].x, offsets[i].y)); 141 struct vertex2f *offsets, v, sizes; local 201 offsets = MALLOC(sizeof(struct vertex2f) * num_offsets); 202 if (!offsets) 210 offsets[i++] = v; 213 offsets[i].x /= video_width; 214 offsets[i].y /= video_height [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/tests/ |
| state_pool_no_free.c | 37 uint32_t offsets[STATES_PER_THREAD]; member in struct:job 50 job->offsets[i] = state.offset; 92 if (thread_max < jobs[i].offsets[next[i]]) { 93 thread_max = jobs[i].offsets[next[i]]; 105 ASSERT(jobs[max_thread_idx].offsets[next[max_thread_idx]] > highest); 107 highest = jobs[max_thread_idx].offsets[next[max_thread_idx]];
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| st_cb_xformfb.c | 114 unsigned offsets[PIPE_MAX_SO_BUFFERS] = {0}; local 151 sobj->targets, offsets); 171 unsigned offsets[PIPE_MAX_SO_BUFFERS]; local 175 offsets[i] = (unsigned)-1; 178 sobj->targets, offsets);
|