Home
last modified time | relevance | path

Searched defs:start (Results 876 - 900 of 3736) sorted by relevance

1...<<31323334353637383940>>...150

/third_party/mesa3d/src/compiler/nir/
H A Dnir_liveness.c280 search_for_use_after_instr(nir_instr *start, nir_ssa_def *def) in search_for_use_after_instr() argument
/third_party/mesa3d/src/broadcom/cle/
H A Dv3d_packet_helpers.h63 __gen_mbo(uint32_t start, uint32_t end) in __gen_mbo() argument
69 __gen_uint(uint64_t v, uint32_t start, uint32_t end) in __gen_uint() argument
85 __gen_sint(int64_t v, uint32_t start, uint32_t end) in __gen_sint() argument
105 __gen_offset(uint64_t v, uint32_t start, uint32_ argument
125 __gen_sfixed(float v, uint32_t start, uint32_t end, uint32_t fract_bits) __gen_sfixed() argument
144 __gen_ufixed(float v, uint32_t start, uint32_t end, uint32_t fract_bits) __gen_ufixed() argument
162 __gen_unpack_uint(const uint8_t *restrict cl, uint32_t start, uint32_t end) __gen_unpack_uint() argument
176 __gen_unpack_sint(const uint8_t *restrict cl, uint32_t start, uint32_t end) __gen_unpack_sint() argument
186 __gen_unpack_sfixed(const uint8_t *restrict cl, uint32_t start, uint32_t end, uint32_t fractional_size) __gen_unpack_sfixed() argument
194 __gen_unpack_ufixed(const uint8_t *restrict cl, uint32_t start, uint32_t end, uint32_t fractional_size) __gen_unpack_ufixed() argument
202 __gen_unpack_float(const uint8_t *restrict cl, uint32_t start, uint32_t end) __gen_unpack_float() argument
213 __gen_unpack_f187(const uint8_t *restrict cl, uint32_t start, uint32_t end) __gen_unpack_f187() argument
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_tree_grafting.cpp314 try_tree_grafting(ir_assignment *start, in try_tree_grafting() argument
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-bulk/
H A Dprotocol_lws_minimal_pmd_bulk.c90 uint8_t buf[LWS_PRE + MESSAGE_SIZE], *start = &buf[LWS_PRE], *p; in callback_minimal_pmd_bulk() local
/third_party/libwebsockets/plugins/
H A Dprotocol_post_demo.c128 unsigned char *p, *start, *end; in format_result() local
181 unsigned char *p, *start, *end; in callback_post_demo() local
H A Dprotocol_lws_status.c95 char buf[LWS_PRE + 384], ip[24], *start = buf + LWS_PRE - 1, *p = start, in callback_lws_status() local
H A Dprotocol_fulltext_demo.c67 uint8_t buf[LWS_PRE + 2048], *start = &buf[LWS_PRE], *p = start, in callback_fts() local
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-dynamic/
H A Dminimal-http-server-dynamic.c44 uint8_t buf[LWS_PRE + 2048], *start = &buf[LWS_PRE], *p = start, in callback_dynamic_http() local
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-pmd-bulk/
H A Dprotocol_lws_minimal_pmd_bulk.c117 uint8_t buf[LWS_PRE + MESSAGE_CHUNK_SIZE], *start = &buf[LWS_PRE], *p; in callback_minimal_pmd_bulk() local
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_draw.c61 retry_draw_arrays( struct svga_context *svga, enum pipe_prim_type prim, unsigned start, unsigned count, unsigned start_instance, unsigned instance_count, ubyte vertices_per_patch) retry_draw_arrays() argument
H A Dsvga_image_view.c120 svga_set_shader_images(struct pipe_context *pipe, enum pipe_shader_type shader, unsigned start, unsigned num, unsigned unbind_num_trailing_slots, const struct pipe_image_view *images) svga_set_shader_images() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_live_variables.h119 int *start; member in brw::fs_live_variables
/third_party/mesa3d/src/intel/common/
H A Dintel_urb_config.c64 intel_get_urb_config(const struct intel_device_info *devinfo, const struct intel_l3_config *l3_cfg, bool tess_present, bool gs_present, const unsigned entry_size[4], unsigned entries[4], unsigned start[4], enum intel_urb_deref_block_size *deref_block_size, bool *constrained) intel_get_urb_config() argument
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_regalloc.c128 size_t start; member
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_csb.h67 void *start; member
/third_party/mesa3d/src/imagination/csbgen/
H A Dpvr_packet_helpers.h63 static inline __attribute__((always_inline)) uint64_t __pvr_mbo(uint32_t start, in __pvr_mbo() argument
70 __pvr_uint(uint64_t v, uint32_t start, NDEBUG_UNUSED uint32_t end) in __pvr_uint() argument
86 __pvr_uint_unpack(uint64_t packed, uint32_t start, uint32_t end) in __pvr_uint_unpack() argument
95 __pvr_sint(int64_t v, uint32_t start, uint32_ argument
115 __pvr_sint_unpack(uint64_t packed, uint32_t start, uint32_t end) __pvr_sint_unpack() argument
124 __pvr_offset(uint64_t v, NDEBUG_UNUSED uint32_t start, NDEBUG_UNUSED uint32_t end) __pvr_offset() argument
139 __pvr_offset_unpack(uint64_t packed, NDEBUG_UNUSED uint32_t start, NDEBUG_UNUSED uint32_t end) __pvr_offset_unpack() argument
153 __pvr_address(__pvr_address_type address, uint32_t shift, uint32_t start, uint32_t end) __pvr_address() argument
165 __pvr_address_unpack(uint64_t packed, uint32_t shift, uint32_t start, uint32_t end) __pvr_address_unpack() argument
189 __pvr_sfixed(float v, uint32_t start, uint32_t end, uint32_t fract_bits) __pvr_sfixed() argument
208 __pvr_ufixed(float v, uint32_t start, NDEBUG_UNUSED uint32_t end, uint32_t fract_bits) __pvr_ufixed() argument
[all...]
/third_party/node/lib/
H A Drepl.js1070 function start(prompt, source, eval_, useGlobal, ignoreUndefined, replMode) { function
/third_party/node/deps/v8/src/wasm/
H A Dsimd-shuffle.cc108 uint8_t start = shuffle[0]; in TryMatchConcat() local
H A Dwasm-module-sourcemap.cc109 bool WasmModuleSourceMap::HasSource(size_t start, size_t end) const { in HasSource() argument
113 bool WasmModuleSourceMap::HasValidEntry(size_t start, size_t addr) const { in HasValidEntry() argument
H A Dfunction-body-decoder.h33 const byte* start; // start of the function body member
149 offset_iterator(const byte* start, const byte* ptr, const byte* end) in offset_iterator() argument
[all...]
/third_party/node/deps/v8/src/zone/
H A Dzone.cc216 void* const start = reinterpret_cast<void*>(position_); in ~ZoneScope() local
[all...]
H A Dzone-list-inl.h84 int start = length_; in AddBlock() local
/third_party/node/src/inspector/
H A Dtracing_agent.cc136 DispatchResponse TracingAgent::start( in start() function in node::inspector::protocol::TracingAgent
/third_party/node/src/
H A Dnode_http_common-inl.h34 char* start = AlignUp(buf_.out(), alignof(nv_t)); in NgHeaders() local
H A Dnode_sockaddr.h291 std::shared_ptr<SocketAddress> start; member

Completed in 14 milliseconds

1...<<31323334353637383940>>...150