Searched refs:initial (Results 1 - 25 of 188) sorted by relevance

12345678

/xsrc/external/mit/fontconfig/dist/conf.d/
H A D20-unhint-small-vera.conf8 the data found in the instructed hints. The initial Vera release
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dfifo.hpp75 long initial = InterlockedCompareExchange(&mLock, 1, 0); local in function:QUEUE::tryLock
76 return (initial == 0);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_loop_analyze.c717 get_iteration(nir_op cond_op, nir_const_value initial, nir_const_value step, argument
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;
804 nir_const_value initial, bool limit_rhs, bool invert_cond,
834 /* Add the initial valu
762 will_break_on_first_iteration(nir_const_value step,nir_alu_type induction_base_type,unsigned trip_offset,nir_op cond_op,unsigned bit_size,nir_const_value initial,nir_const_value limit,bool limit_rhs,bool invert_cond,unsigned execution_mode) argument
801 test_iterations(int32_t iter_int,nir_const_value step,nir_const_value limit,nir_op cond_op,unsigned bit_size,nir_alu_type induction_base_type,nir_const_value initial,bool limit_rhs,bool invert_cond,unsigned execution_mode) argument
850 calculate_iterations(nir_const_value initial,nir_const_value step,nir_const_value limit,nir_alu_instr * alu,nir_ssa_scalar cond,nir_op alu_op,bool limit_rhs,bool invert_cond,unsigned execution_mode) argument
[all...]
/xsrc/external/mit/xf86-video-vboxvideo/dist/
H A DREADME.md28 it to X.Org and made the initial release before he passed away in 2019.
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.cpp243 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
[all...]
H A Dd3d12_compiler.h169 nir_shader *initial; member in struct:d3d12_shader_selector
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_loop_analyze.c613 get_iteration(nir_op cond_op, nir_const_value initial, nir_const_value step, argument
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, argument
706 assert(initial != NULL && step != NULL && limit != NULL);
736 * condition and if so we assume we need to step the initial valu
651 test_iterations(int32_t iter_int,nir_const_value * step,nir_const_value * limit,nir_op cond_op,unsigned bit_size,nir_alu_type induction_base_type,nir_const_value * initial,bool limit_rhs,bool invert_cond) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_pixmap_colormap.spec90 8 June 2000 - initial specification
H A DMESA_texture_array.spec391 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
/xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/
H A DMESA_set_3dfx_mode.spec85 8 June 2000 - initial specification
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_pixmap_colormap.spec90 8 June 2000 - initial specification
H A DMESA_texture_array.spec391 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
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/
H A DMESA_set_3dfx_mode.spec85 8 June 2000 - initial specification
/xsrc/external/mit/libdrm/dist/
H A DREADME.rst44 the initial meson setup).
/xsrc/external/mit/MesaLib/dist/docs/
H A Drepository.rst27 #. Get an initial, local copy of the repository with:
63 - You'll have to rely on another Mesa developer to push your initial
138 If it has been awhile since you've done the initial clone, try
H A Dhistory.rst84 initial support for Vulkan for Intel GPUs. Plus, there's another Gallium
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.2.5.rst65 - radv: add initial copy descriptor support. (v2)
H A D10.2.2.rst93 - docs: Add initial 10.2.1 release notes
/xsrc/external/mit/xedit/dist/lisp/
H A Dstring.c547 make-string size &key initial-element element-type
551 char *string, initial; local in function:Lisp_MakeString
562 initial = SCHAR_VALUE(initial_element);
565 initial = 0;
568 memset(string, initial, length);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Deval.c844 init_1d_map( struct gl_1d_map *map, int n, const float *initial ) argument
853 map->Points[i] = initial[i];
862 init_2d_map( struct gl_2d_map *map, int n, const float *initial ) argument
874 map->Points[i] = initial[i];
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_bo.c543 enum radeon_bo_domain initial = 0; local in function:radv_amdgpu_winsys_bo_from_fd
569 initial |= RADEON_DOMAIN_VRAM;
571 initial |= RADEON_DOMAIN_GTT;
576 bo->initial_domain = initial;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Deval.c847 init_1d_map( struct gl_1d_map *map, int n, const float *initial ) argument
856 map->Points[i] = initial[i];
865 init_2d_map( struct gl_2d_map *map, int n, const float *initial ) argument
877 map->Points[i] = initial[i];
/xsrc/external/mit/xterm/dist/unicode/
H A Dconvmap.pl134 * an initial draft of the mapping table.
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm.c528 LLVMValueRef initial[AC_MAX_ARGS], out[AC_MAX_ARGS]; local in function:si_build_wrapper_function
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/
H A Dfcfreetype.c2469 int initial, offset, decode; local in function:FcFreeTypeCharIndex
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;

Completed in 28 milliseconds

12345678