| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| 20-unhint-small-vera.conf | 8 the data found in the instructed hints. The initial Vera release
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/ |
| fifo.hpp | 75 long initial = InterlockedCompareExchange(&mLock, 1, 0); local 76 return (initial == 0);
|
| /xsrc/external/mit/font-arabic-misc/dist/ |
| uniarab.txt | 49 E60A;ARABIC LETTER HIGH HAMZA YEH INITIAL FORM;Lo;0;R;<initial> 0678;;;;N;;;;; 53 E60E;ARABIC LETTER TEH WITH RING INITIAL FORM;Lo;0;R;<initial> 067C;;;;N;;;;; 57 E612;ARABIC LETTER TEH WITH THREE DOTS ABOVE DOWNWARDS INITIAL FORM;Lo;0;R;<initial> 067D;;;;N;;;;; 61 E616;ARABIC LETTER HAH WITH HAMZA ABOVE INITIAL FORM;Lo;0;R;<initial> 0681;;;;N;;;;; 65 E61A;ARABIC LETTER HAH WITH TWO DOTS VERTICAL ABOVE INITIAL FORM;Lo;0;R;<initial> 0682;;;;N;;;; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_loop_analyze.c | 462 /* Initial value of induction variable is a constant */ 476 /* Initial value of induction variable is a uniform */ 717 get_iteration(nir_op cond_op, nir_const_value initial, nir_const_value step, 728 span = eval_const_binop(nir_op_isub, bit_size, limit, initial, 736 span = eval_const_binop(nir_op_isub, bit_size, limit, initial, 746 span = eval_const_binop(nir_op_fsub, bit_size, limit, initial, 766 nir_const_value initial, 785 initial = eval_const_binop(add_op, bit_size, initial, step, 790 src[limit_rhs ? 0 : 1] = &initial; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| d3d12_compiler.cpp | 243 nir_shader *s = fs->initial; 280 if (fs->initial->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_COLOR)) 313 return fs && fs->initial->info.inputs_read & VARYING_BIT_POS; 341 (vs->initial->info.outputs_written & VARYING_BIT_EDGE || 359 return (gs->initial->info.gs.output_primitive == GL_POINTS && 360 gs->initial->info.outputs_written & VARYING_BIT_PSIZ); 368 vs->initial->info.outputs_written & VARYING_BIT_PSIZ)) && 369 (vs->initial->info.outputs_written & VARYING_BIT_POS)); 413 gs->initial->info.gs.vertices_out > u_prim_vertex_count(mode)->min); 531 key.has_front_face = BITSET_TEST(fs->initial->info.system_values_read, SYSTEM_VALUE_FRONT_FACE) [all...] |
| d3d12_compiler.h | 169 nir_shader *initial; member in struct:d3d12_shader_selector
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| nir_loop_analyze.c | 613 get_iteration(nir_op cond_op, nir_const_value initial, nir_const_value step, 623 span = eval_const_binop(nir_op_isub, bit_size, limit, initial); 629 span = eval_const_binop(nir_op_isub, bit_size, limit, initial); 637 span = eval_const_binop(nir_op_fsub, bit_size, limit, initial); 654 nir_const_value *initial, bool limit_rhs, bool invert_cond) 684 /* Add the initial value to the accumulated induction variable total */ 685 nir_const_value *add_src[2] = { &mul_result, initial }; 701 calculate_iterations(nir_const_value *initial, nir_const_value *step, 706 assert(initial != NULL && step != NULL && limit != NULL); 736 * condition and if so we assume we need to step the initial value [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| MESA_pixmap_colormap.spec | 90 8 June 2000 - initial specification
|
| MESA_texture_array.spec | 391 same initial values. If the new texture object is bound to TEXTURE_1D, 412 In the initial state, TEXTURE_1D, TEXTURE_2D, TEXTURE_3D, 416 that access to these initial textures not be lost, they are treated as 417 texture objects all of whose names are 0. The initial one-, two-, 436 "The texture object name space, including the initial one-, two-, and 715 Initial 801 ||2005/11/15||0.1||idr||Initial draft MESAX version.||
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/ |
| MESA_set_3dfx_mode.spec | 85 8 June 2000 - initial specification
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| MESA_pixmap_colormap.spec | 90 8 June 2000 - initial specification
|
| MESA_texture_array.spec | 391 same initial values. If the new texture object is bound to TEXTURE_1D, 412 In the initial state, TEXTURE_1D, TEXTURE_2D, TEXTURE_3D, 416 that access to these initial textures not be lost, they are treated as 417 texture objects all of whose names are 0. The initial one-, two-, 436 "The texture object name space, including the initial one-, two-, and 715 Initial 801 ||2005/11/15||0.1||idr||Initial draft MESAX version.||
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/ |
| MESA_set_3dfx_mode.spec | 85 8 June 2000 - initial specification
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| eval.c | 847 init_1d_map( struct gl_1d_map *map, int n, const float *initial ) 856 map->Points[i] = initial[i]; 865 init_2d_map( struct gl_2d_map *map, int n, const float *initial ) 877 map->Points[i] = initial[i];
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/winsys/amdgpu/ |
| radv_amdgpu_bo.c | 543 enum radeon_bo_domain initial = 0; local 569 initial |= RADEON_DOMAIN_VRAM; 571 initial |= RADEON_DOMAIN_GTT; 576 bo->initial_domain = initial;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| eval.c | 844 init_1d_map( struct gl_1d_map *map, int n, const float *initial ) 853 map->Points[i] = initial[i]; 862 init_2d_map( struct gl_2d_map *map, int n, const float *initial ) 874 map->Points[i] = initial[i];
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| string.c | 547 make-string size &key initial-element element-type 551 char *string, initial; local 562 initial = SCHAR_VALUE(initial_element); 565 initial = 0; 568 memset(string, initial, length);
|
| /xsrc/external/mit/xterm/dist/unicode/ |
| convmap.pl | 134 * an initial draft of the mapping table.
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| si_shader_llvm.c | 528 LLVMValueRef initial[AC_MAX_ARGS], out[AC_MAX_ARGS]; local 669 memcpy(initial, out, sizeof(out)); 691 LLVMValueRef ena, count = initial[3]; 761 memcpy(out, initial, sizeof(initial)); 769 LLVMValueRef ena, count = initial[3];
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| fcfreetype.c | 2469 int initial, offset, decode; local 2472 initial = 0; 2482 for (; initial < NUM_DECODE; initial++) 2483 if (fcFontEncodings[initial] == face->charmap->encoding) 2485 if (initial == NUM_DECODE) 2486 initial = 0; 2493 decode = (initial + offset) % NUM_DECODE;
|
| /xsrc/external/mit/MesaLib/dist/bin/ |
| gen_release_notes.py | 141 match = self.patterns.initial.search(remaining)
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/winsys/amdgpu/ |
| radv_amdgpu_bo.c | 479 * for the initial placement, but it makes the buffers 708 enum radeon_bo_domain initial = 0; local 751 initial |= RADEON_DOMAIN_VRAM; 753 initial |= RADEON_DOMAIN_GTT; 758 bo->base.initial_domain = initial;
|
| /xsrc/external/mit/xf86-video-tseng/dist/src/ |
| tseng_mode.c | 1236 TsengRegPtr initial = &(pTseng->SavedReg); local 1308 memcpy(new, initial, sizeof(TsengRegRec)); 1351 if (initial->CR32 & 0x18) 1402 (struct STG1703Regs *) STG1703Mode(pScrn, initial->RAMDAC, mode); 1406 (struct CH8398Regs *) CH8398Mode(pScrn, initial->RAMDAC, mode);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/ |
| amdgpu_bo.c | 1506 enum radeon_bo_domain initial = 0; local 1543 /* Get initial domains. */ 1565 initial |= RADEON_DOMAIN_VRAM; 1567 initial |= RADEON_DOMAIN_GTT; 1589 bo->base.placement = initial;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/ |
| amdgpu_bo.c | 1415 enum radeon_bo_domain initial = 0; local 1456 /* Get initial domains. */ 1478 initial |= RADEON_DOMAIN_VRAM; 1480 initial |= RADEON_DOMAIN_GTT; 1492 bo->initial_domain = initial;
|