| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| pixeltransfer.c | 106 * Map color indexes to float rgba values. 198 GLuint n, GLuint indexes[]) 205 indexes[i] = (indexes[i] << shift) + offset; 211 indexes[i] = (indexes[i] >> shift) + offset; 216 indexes[i] = indexes[i] + offset; 225 * of color indexes; 230 GLuint n, GLuint indexes[]) [all...] |
| pixeltransfer.h | 65 GLuint n, GLuint indexes[]); 70 GLuint n, GLuint indexes[]);
|
| pack.c | 257 extract_uint_indexes(GLuint n, GLuint indexes[], 284 indexes[i] = (*ubsrc & mask) ? 1 : 0; 298 indexes[i] = (*ubsrc & mask) ? 1 : 0; 315 indexes[i] = s[i]; 323 indexes[i] = s[i]; 334 indexes[i] = value; 339 indexes[i] = s[i]; 351 indexes[i] = value; 356 indexes[i] = s[i]; 368 indexes[i] = value 532 GLuint *indexes = malloc(n * sizeof(GLuint)); local 1558 GLuint *indexes; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| pixeltransfer.c | 106 * Map color indexes to float rgba values. 198 GLuint n, GLuint indexes[]) 205 indexes[i] = (indexes[i] << shift) + offset; 211 indexes[i] = (indexes[i] >> shift) + offset; 216 indexes[i] = indexes[i] + offset; 225 * of color indexes; 230 GLuint n, GLuint indexes[]) [all...] |
| pixeltransfer.h | 65 GLuint n, GLuint indexes[]); 70 GLuint n, GLuint indexes[]);
|
| pack.c | 256 extract_uint_indexes(GLuint n, GLuint indexes[], 283 indexes[i] = (*ubsrc & mask) ? 1 : 0; 297 indexes[i] = (*ubsrc & mask) ? 1 : 0; 314 indexes[i] = s[i]; 322 indexes[i] = s[i]; 333 indexes[i] = value; 338 indexes[i] = s[i]; 350 indexes[i] = value; 355 indexes[i] = s[i]; 367 indexes[i] = value 531 GLuint *indexes = malloc(n * sizeof(GLuint)); local 1557 GLuint *indexes; local [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| wave.c | 207 GLint *indexes = 0, entries, i, j; local 222 indexes = colorIndexes1; 226 indexes = colorIndexes2; 230 for (j = indexes[0]; j < indexes[1]; j++) { 231 percent = 0.2 + 0.8 * (j - indexes[0]) / 232 (float)(indexes[1] - indexes[0]); 236 for (j=indexes[1]; j<=indexes[2]; j++) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/svgadump/ |
| svga_dump.py | 216 indexes = 'ijklmn' 223 print ' unsigned ' + ', '.join(indexes[:len(body)]) + ';' 228 idx = indexes[i]
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/svgadump/ |
| svga_dump.py | 216 indexes = 'ijklmn' 223 print ' unsigned ' + ', '.join(indexes[:len(body)]) + ';' 228 idx = indexes[i]
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| nv84_video_bsp.c | 97 char indexes[17] = {0}; local 137 indexes[frame->mvidx] = 1; 158 if (!indexes[i]) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| nv84_video_bsp.c | 97 char indexes[17] = {0}; local 137 indexes[frame->mvidx] = 1; 158 if (!indexes[i]) {
|
| /xsrc/external/mit/libX11/dist/src/util/ |
| makekeys.c | 59 static unsigned short indexes[KTNUM]; variable 233 indexes[i] = k; 314 offsets[j] = indexes[i] + 2;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_sample.c | 1091 * to two (per-quad) (adjacent) mipmap level indexes, and fix up float lod 1172 LLVMValueRef indexes[2], data_ptr, mip_offset; local 1174 indexes[0] = lp_build_const_int32(bld->gallivm, 0); 1175 indexes[1] = level; 1176 mip_offset = LLVMBuildGEP(builder, bld->mip_offsets, indexes, 2, ""); 1191 LLVMValueRef indexes[2], offsets, offset1; local 1193 indexes[0] = lp_build_const_int32(bld->gallivm, 0); 1195 indexes[1] = level; 1196 offset1 = LLVMBuildGEP(builder, bld->mip_offsets, indexes, 2, ""); 1207 indexes[1] = LLVMBuildExtractElement(builder, level, indexi, "") 1309 LLVMValueRef indexes[2], stride, stride1; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_sample.c | 954 * to two (per-quad) (adjacent) mipmap level indexes, and fix up float lod 1035 LLVMValueRef indexes[2], data_ptr, mip_offset; local 1037 indexes[0] = lp_build_const_int32(bld->gallivm, 0); 1038 indexes[1] = level; 1039 mip_offset = LLVMBuildGEP(builder, bld->mip_offsets, indexes, 2, ""); 1054 LLVMValueRef indexes[2], offsets, offset1; local 1056 indexes[0] = lp_build_const_int32(bld->gallivm, 0); 1058 indexes[1] = level; 1059 offset1 = LLVMBuildGEP(builder, bld->mip_offsets, indexes, 2, ""); 1070 indexes[1] = LLVMBuildExtractElement(builder, level, indexi, "") 1172 LLVMValueRef indexes[2], stride, stride1; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| vl_compositor.h | 253 struct pipe_sampler_view *indexes,
|
| vl_compositor.c | 617 struct pipe_sampler_view *indexes, 623 assert(s && c && indexes && palette); 635 pipe_sampler_view_reference(&s->layers[layer].sampler_views[0], indexes); 638 calc_src_and_dst(&s->layers[layer], indexes->texture->width0, indexes->texture->height0,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| vl_compositor.h | 236 struct pipe_sampler_view *indexes,
|
| vl_compositor.c | 603 struct pipe_sampler_view *indexes, 609 assert(s && c && indexes && palette); 621 pipe_sampler_view_reference(&s->layers[layer].sampler_views[0], indexes); 624 calc_src_and_dst(&s->layers[layer], indexes->texture->width0, indexes->texture->height0,
|
| /xsrc/external/mit/freetype/dist/src/base/ |
| ftmac.c | 412 /* the maximum faces in a FOND is 48, size of StyleTable.indexes[] */ 468 if ( style->indexes[face_index] > 1 && 469 style->indexes[face_index] <= string_count ) 471 unsigned char* suffixes = names[style->indexes[face_index] - 1];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/ |
| spirv_builder.h | 190 SpvId base, const SpvId indexes[], 222 SpvId composite, const uint32_t indexes[],
|
| spirv_builder.c | 451 SpvId base, const SpvId indexes[], 465 assert(indexes[i]); 466 spirv_buffer_emit_word(&b->instructions, indexes[i]); 570 SpvId composite, const uint32_t indexes[], 584 spirv_buffer_emit_word(&b->instructions, indexes[i]);
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| geartrain.c | 452 GLint indexes[3] = local 468 glMaterialiv (GL_FRONT, GL_COLOR_INDEXES, indexes); 481 glMaterialiv (GL_FRONT, GL_COLOR_INDEXES, indexes); 495 glMaterialiv (GL_FRONT, GL_COLOR_INDEXES, indexes);
|
| /xsrc/external/mit/freetype/dist/builds/mac/ |
| ftmac.c | 745 /* the maximum faces in a FOND is 48, size of StyleTable.indexes[] */ 801 if ( style->indexes[face_index] > 1 && 802 style->indexes[face_index] <= string_count ) 804 unsigned char* suffixes = names[style->indexes[face_index] - 1];
|
| /xsrc/external/mit/xfontsel/dist/ |
| xfontsel.c | 947 * numerically, depending on the field. Since the fonts have indexes 948 * into the fields, we need to deal with updating those indexes after the 956 int *indexes; local 962 indexes = (int *)XtMalloc(count * sizeof(int)); 975 indexes[vals[j].field] = j; 981 *idx = indexes[*idx]; 983 XtFree((char *)indexes);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| svga_cmd.h | 648 struct svga_winsys_surface *indexes,
|