Searched refs:commands (Results 1 - 25 of 584) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.h35 svga_dump_commands(const void *commands, uint32_t size);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.h35 svga_dump_commands(const void *commands, uint32_t size);
/xsrc/external/mit/libdrm/dist/tegra/
H A Djob.c44 struct drm_tegra_submit_cmd *commands, *command; local in function:drm_tegra_job_add_command
47 size = (job->num_commands + 1) * sizeof(*commands);
49 commands = realloc(job->commands, size);
50 if (!commands)
53 command = &commands[job->num_commands];
58 job->commands = commands;
90 if (job->commands)
91 free(job->commands);
[all...]
H A Dprivate.h96 struct drm_tegra_submit_cmd *commands; member in struct:drm_tegra_job
/xsrc/external/mit/brotli/dist/c/enc/
H A Dbackward_references.h25 /* "commands" points to the next output command to write to, "*num_commands" is
26 initially the total amount of commands output by previous
33 Command* commands, size_t* num_commands, size_t* num_literals);
H A Dcompress_fragment_two_pass.c119 uint32_t insertlen, uint32_t** commands) {
121 **commands = insertlen;
128 **commands = inscode | (extra << 8);
134 **commands = code | (extra << 8);
137 **commands = 21 | (extra << 8);
140 **commands = 22 | (extra << 8);
143 **commands = 23 | (extra << 8);
145 ++(*commands);
148 static BROTLI_INLINE void EmitCopyLen(size_t copylen, uint32_t** commands) { argument
150 **commands
118 EmitInsertLen(uint32_t insertlen,uint32_t ** commands) argument
171 EmitCopyLenLastDistance(size_t copylen,uint32_t ** commands) argument
210 EmitDistance(uint32_t distance,uint32_t ** commands) argument
239 CreateCommands(const uint8_t * input,size_t block_size,size_t input_size,const uint8_t * base_ip,int * table,size_t table_bits,size_t min_match,uint8_t ** literals,uint32_t ** commands) argument
455 StoreCommands(MemoryManager * m,const uint8_t * literals,const size_t num_literals,const uint32_t * commands,const size_t num_commands,size_t * storage_ix,uint8_t * storage) argument
570 uint32_t* commands = command_buf; local in function:BrotliCompressFragmentTwoPassImpl
[all...]
H A Dbackward_references_hq.h31 Command* commands, size_t* num_commands, size_t* num_literals);
38 Command* commands, size_t* num_commands, size_t* num_literals);
67 /* Computes the shortest path of commands from position to at most
70 On return, path->size() is the number of commands found and path[i] is the
72 Note that the sum of the lengths of all commands can be less than num_bytes.
89 Command* commands, size_t* num_literals);
H A Dbrotli_bit_stream.h48 const Command* commands, size_t n_commands, const MetaBlockSplit* mb,
58 const Command* commands, size_t n_commands,
68 const Command* commands, size_t n_commands,
H A Dbackward_references.c127 Command* commands, size_t* num_commands, size_t* num_literals) {
134 last_insert_len, commands, num_commands, num_literals); \
123 BrotliCreateBackwardReferences(size_t num_bytes,size_t position,const uint8_t * ringbuffer,size_t ringbuffer_mask,ContextLut literal_context_lut,const BrotliEncoderParams * params,Hasher * hasher,int * dist_cache,size_t * last_insert_len,Command * commands,size_t * num_commands,size_t * num_literals) argument
H A Dbackward_references_inc.h15 Command* commands, size_t* num_commands, size_t* num_literals) {
21 const Command* const orig_commands = commands;
102 InitCommand(commands++, &params->dist, insert_length,
162 *num_commands += (size_t)(commands - orig_commands);
/xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/
H A Dpath3.c33 VGubyte commands[4] = {VG_MOVE_TO_ABS, VG_LCWARC_TO_ABS, VG_SCWARC_TO_ABS, VG_CLOSE_PATH}; local in function:draw
35 VGubyte commands[4] = {VG_MOVE_TO_ABS, VG_SCCWARC_TO_ABS, VG_LCCWARC_TO_ABS,VG_CLOSE_PATH}; local in function:draw
61 vgAppendPathData(path, 4, commands, coords);
H A Dcoord.c16 VGubyte commands[] = {VG_MOVE_TO_ABS, VG_LINE_TO_ABS, VG_LINE_TO_ABS, VG_LINE_TO_ABS, local in function:init
39 vgAppendPathData(path, 8, commands, coords);
H A Dgradorigin.c18 VGubyte commands[5] = {VG_MOVE_TO_ABS, VG_LINE_TO_ABS, VG_LINE_TO_ABS, VG_LINE_TO_ABS, VG_CLOSE_PATH}; local in function:init
43 vgAppendPathData(path, 5, commands, coords);
/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_commands_gen.py63 % for c in commands:
114 commands = []
118 commands.append(e)
121 'commands': commands,
/xsrc/external/mit/libXpm/dist/
H A DREADME.md35 All of these commands will be executed with whatever userid & privileges the
39 To reduce risk, the paths to these commands are now set at configure time to
43 To specify paths to be used for these commands instead of searching $PATH, pass
/xsrc/external/mit/freetype/dist/builds/unix/
H A Dax_prog_python_version.m412 # commands in ACTION-IF-TRUE are executed. If not the shell commands in
/xsrc/external/mit/brotli/dist/python/
H A DREADME.md6 We provide a `Makefile` to simplify common development commands.
22 You may run the following commands from this directory:
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
H A Dgl_API.dtd139 rop - Opcode value for "render" commands
140 sop - Opcode value for "single" commands
142 reply) commands
144 doubles_in_order - older commands always put GLdouble data at the
145 start of the render packet. Newer commands (e.g.,
148 always_array - some single commands take reply data as an array or as
149 return value data (e.g., glGetLightfv). Other single commands take
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
H A Dgl_API.dtd140 rop - Opcode value for "render" commands
141 sop - Opcode value for "single" commands
143 reply) commands
145 doubles_in_order - older commands always put GLdouble data at the
146 start of the render packet. Newer commands (e.g.,
149 always_array - some single commands take reply data as an array or as
150 return value data (e.g., glGetLightfv). Other single commands take
/xsrc/external/mit/freetype/dist/builds/dos/
H A Ddos-def.mk43 # The NO_OUTPUT macro is used to ignore the output of commands.
/xsrc/external/mit/freetype/dist/builds/os2/
H A Dos2-def.mk43 # The NO_OUTPUT macro is used to ignore the output of commands.
/xsrc/external/mit/freetype/dist/builds/windows/
H A Dwin32-def.mk46 # The NO_OUTPUT macro is used to ignore the output of commands.
/xsrc/external/mit/xkbevd/dist/
H A DREADME.md5 requested commands if they occur. The configuration file consists of
/xsrc/external/mit/libdrm/dist/include/drm/
H A Dqxl_drm.h94 __u64 commands; /* struct drm_qxl_command* */ member in struct:drm_qxl_execbuffer
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dv3d.rst12 driver for scheduling GPU commands. Additionally, on the Raspberry Pi
44 the i915 graphics driver with all of the vc4 rendering commands

Completed in 16 milliseconds

1234567891011>>