/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_pipeline_state.cpp | 99 D3D12_SO_DECLARATION_ENTRY *entries, UINT *num_entries, in fill_so_declaration() 104 *num_entries = 0; in fill_so_declaration() 120 entries[*num_entries].Stream = output->stream; in fill_so_declaration() 121 entries[*num_entries].SemanticName = NULL; in fill_so_declaration() 122 entries[*num_entries].ComponentCount = skip_components; in fill_so_declaration() 123 entries[*num_entries].OutputSlot = buffer; in fill_so_declaration() 124 (*num_entries)++; in fill_so_declaration() 129 entries[*num_entries].Stream = output->stream; in fill_so_declaration() 133 entries[*num_entries].SemanticName = get_semantic_name(var->data.location, in fill_so_declaration() 135 entries[*num_entries] in fill_so_declaration() 97 fill_so_declaration(const struct pipe_stream_output_info *info, nir_shader *last_vertex_stage, D3D12_SO_DECLARATION_ENTRY *entries, UINT *num_entries, UINT *strides, UINT *num_strides) fill_so_declaration() argument 225 UINT num_entries = 0, num_strides = 0; create_gfx_pipeline_state() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_log.c | 36 unsigned num_entries; member 163 if (page->num_entries >= page->max_entries) { in u_log_chunk() 164 unsigned new_max_entries = MAX2(16, page->num_entries * 2); in u_log_chunk() 175 page->entries[page->num_entries].type = type; in u_log_chunk() 176 page->entries[page->num_entries].data = data; in u_log_chunk() 177 page->num_entries++; in u_log_chunk() 223 for (unsigned i = 0; i < page->num_entries; ++i) { in u_log_page_destroy() 237 for (unsigned i = 0; i < page->num_entries; ++i) in u_log_page_print()
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | platform.cpp | 38 clGetPlatformIDs(cl_uint num_entries, cl_platform_id *rd_platforms, in clGetPlatformIDs() argument 40 if ((!num_entries && rd_platforms) || in clGetPlatformIDs() 230 clover::IcdGetPlatformIDsKHR(cl_uint num_entries, cl_platform_id *rd_platforms, in IcdGetPlatformIDsKHR() argument 232 return clGetPlatformIDs(num_entries, rd_platforms, rnum_platforms); in IcdGetPlatformIDsKHR() 253 clIcdGetPlatformIDsKHR(cl_uint num_entries, cl_platform_id *rd_platforms, in clIcdGetPlatformIDsKHR() argument 255 return IcdGetPlatformIDsKHR(num_entries, rd_platforms, rnum_platforms); in clIcdGetPlatformIDsKHR()
|
/third_party/mesa3d/src/mapi/ |
H A D | mapi_glapi.c | 236 _glapi_new_nop_table(unsigned num_entries) in _glapi_new_nop_table() argument 240 if (num_entries > MAPI_TABLE_NUM_SLOTS) in _glapi_new_nop_table() 241 num_entries = MAPI_TABLE_NUM_SLOTS; in _glapi_new_nop_table() 243 table = malloc(num_entries * sizeof(mapi_func)); in _glapi_new_nop_table() 245 memcpy(table, table_noop_array, num_entries * sizeof(mapi_func)); in _glapi_new_nop_table()
|
/third_party/libwebsockets/lib/roles/h2/ |
H A D | hpack.c | 340 * [ 0 .... num_entries - 1] 402 index = lws_safe_modulo(dyn->pos - 1 - index, dyn->num_entries); in lws_token_from_index() 404 index += dyn->num_entries; in lws_token_from_index() 435 dyn->used_entries, dyn->num_entries, dyn->pos, in lws_h2_dynamic_table_dump() 440 m = lws_safe_modulo(dyn->pos - 1 - n, dyn->num_entries); in lws_h2_dynamic_table_dump() 442 m += dyn->num_entries; in lws_h2_dynamic_table_dump() 505 new_index = lws_safe_modulo(dyn->pos, dyn->num_entries); in lws_dynamic_token_insert() 506 if (dyn->num_entries && dyn->used_entries == dyn->num_entries) { in lws_dynamic_token_insert() 524 dyn->num_entries); in lws_dynamic_token_insert() [all...] |
/third_party/mesa3d/src/mapi/glapi/ |
H A D | glapi_nop.c | 124 _glapi_new_nop_table(unsigned num_entries) in _glapi_new_nop_table() argument 126 struct _glapi_table *table = malloc(num_entries * sizeof(_glapi_proc)); in _glapi_new_nop_table() 129 num_entries * sizeof(_glapi_proc)); in _glapi_new_nop_table()
|
/third_party/mesa3d/src/util/ |
H A D | u_worklist.c | 33 u_worklist_init(u_worklist *w, unsigned num_entries, void *mem_ctx) in u_worklist_init() argument 35 w->size = num_entries; in u_worklist_init() 39 w->present = rzalloc_array(mem_ctx, BITSET_WORD, BITSET_WORDS(num_entries)); in u_worklist_init() 40 w->entries = rzalloc_array(mem_ctx, unsigned *, num_entries); in u_worklist_init()
|
/third_party/opencl-headers/CL/ |
H A D | cl_va_api_media_sharing_intel.h | 41 cl_uint num_entries, 51 cl_uint num_entries, 96 cl_uint num_entries, 105 cl_uint num_entries,
|
H A D | cl_dx9_media_sharing.h | 97 cl_uint num_entries, 172 cl_uint num_entries, 181 cl_uint num_entries, 249 cl_uint num_entries, 259 cl_uint num_entries,
|
H A D | cl_layer.h | 46 clInitLayer(cl_uint num_entries, 52 (CL_API_CALL *pfn_clInitLayer)(cl_uint num_entries,
|
H A D | cl_d3d11.h | 84 cl_uint num_entries, 137 cl_uint num_entries, 147 cl_uint num_entries,
|
H A D | cl_d3d10.h | 84 cl_uint num_entries, 136 cl_uint num_entries, 145 cl_uint num_entries,
|
H A D | cl_icd.h | 45 cl_uint num_entries, cl_platform_id *platforms, 55 cl_platform_id platform, cl_device_type device_type, cl_uint num_entries, 67 cl_uint num_entries, cl_device_id *out_devices, cl_uint *num_devices); 187 cl_uint num_entries, cl_image_format *image_formats, 794 cl_uint num_entries, cl_device_id *devices, 826 cl_uint num_entries, cl_device_id *devices, cl_uint *num_devices); 854 cl_uint num_entries, cl_device_id *devices, 888 cl_dx9_media_adapter_set_khr media_adapter_set, cl_uint num_entries, 914 cl_uint num_entries, cl_device_id *devices, cl_uint *num_devices); 942 cl_dx9_media_adapter_set_khr media_adapter_set, cl_uint num_entries, [all...] |
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-ot-name.c | 85 unsigned int num_entries; in test_ot_name() local 91 entries = hb_ot_name_list_names (face, &num_entries); in test_ot_name() 92 g_assert_cmpuint (12, ==, num_entries); in test_ot_name()
|
/third_party/ffmpeg/libavcodec/ |
H A D | ratecontrol.c | 320 (double)rcc->num_entries / fps); in init_pass2() 328 for (i = 0; i < rcc->num_entries; i++) { in init_pass2() 351 qscale = av_malloc_array(rcc->num_entries, sizeof(double)); in init_pass2() 352 blurred_qscale = av_malloc_array(rcc->num_entries, sizeof(double)); in init_pass2() 367 for (i = 0; i < rcc->num_entries; i++) { in init_pass2() 376 for (i = FFMAX(0, rcc->num_entries - 300); i < rcc->num_entries; i++) { in init_pass2() 382 for (i = rcc->num_entries - 1; i >= 0; i--) { in init_pass2() 389 for (i = 0; i < rcc->num_entries; i++) { in init_pass2() 400 if (index < 0 || index >= rcc->num_entries) in init_pass2() [all...] |
H A D | tiffenc.c | 73 int num_entries; ///< number of entries member 131 uint8_t *entries_ptr = s->entries + 12 * s->num_entries; in add_entry() 133 av_assert0(s->num_entries < TIFF_MAX_ENTRY); in add_entry() 148 s->num_entries++; in add_entry() 454 s->num_entries = 0; in encode_frame() 510 if (check_size(s, 6 + s->num_entries * 12)) { in encode_frame() 514 bytestream_put_le16(&ptr, s->num_entries); // write tag count in encode_frame() 515 bytestream_put_buffer(&ptr, s->entries, s->num_entries * 12); in encode_frame()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-aat-layout-common.hh | 559 unsigned int num_entries = 0; in sanitize() local 582 num_entries = hb_max (num_entries, *(p - 1) + 1u); in sanitize() 603 num_entries = hb_max (num_entries, *p + 1u); in sanitize() 608 if (unlikely (!c->check_array (entries, num_entries))) in sanitize() 610 if ((c->max_ops -= num_entries - entry) <= 0) in sanitize() 613 const Entry<Extra> *stop = &entries[num_entries]; in sanitize() 620 entry = num_entries; in sanitize() 625 *num_entries_out = num_entries; in sanitize() [all...] |
H A D | hb-ot-name.cc | 49 * @num_entries: (out) (optional): number of returned entries. 55 * Returns: (out) (transfer none) (array length=num_entries): Array of available name entries. 60 unsigned int *num_entries /* OUT */) in hb_ot_name_list_names() 63 if (num_entries) *num_entries = name.names.length; in hb_ot_name_list_names()
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
H A D | cl_layer.h | 46 clInitLayer(cl_uint num_entries, 52 (CL_API_CALL *pfn_clInitLayer)(cl_uint num_entries,
|
H A D | cl_dx9_media_sharing.h | 85 cl_uint num_entries, 160 cl_uint num_entries, 169 cl_uint num_entries,
|
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/ |
H A D | str_agp.h | 71 int num_entries; member 78 int num_entries; member 85 int num_entries; member 92 int num_entries; member 98 int num_entries; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/ |
H A D | OProfileJITEventListener.cpp | 117 size_t num_entries = Lines.size(); in notifyObjectLoaded() local 120 num_entries, sizeof(struct debug_line_info)); in notifyObjectLoaded() 130 if (Wrapper->op_write_debug_line_info((void *)Addr, num_entries, in notifyObjectLoaded()
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_nir_lower_taskmesh_io_to_mem.c | 40 unsigned num_entries; member 174 * - write_ptr must be initialized to num_entries so ring_entry needs in task_ring_entry_index() 175 * AND with num_entries - 1 to get the correct meaning. in task_ring_entry_index() 176 * Note that num_entries must be a power of two. in task_ring_entry_index() 180 return nir_iand_imm(b, idx, s->num_entries - 1); in task_ring_entry_index() 214 return nir_ubfe(b, idx, nir_imm_int(b, util_bitcount(s->num_entries - 1)), nir_imm_int(b, 1)); in task_draw_ready_bit() 226 * - read_ptr must be initialized to num_entries so ring_entry needs in mesh_ring_entry_index() 227 * AND with num_entries - 1 to get the correct meaning. in mesh_ring_entry_index() 228 * Note that num_entries must be a power of two. in mesh_ring_entry_index() 230 return nir_iand_imm(b, nir_load_task_ring_entry_amd(b), s->num_entries in mesh_ring_entry_index() [all...] |
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_container.c | 88 uint32_t num_entries; member 101 for (unsigned i = 0; i < cache->num_entries; ++i) { in get_semantic_name_offset() 106 cache->entries[cache->num_entries].name = name; in get_semantic_name_offset() 107 cache->entries[cache->num_entries].offset = offset; in get_semantic_name_offset() 108 ++cache->num_entries; in get_semantic_name_offset() 123 cache.num_entries = 0; in collect_semantic_names()
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | zip_writer.cc | 144 uint16 num_entries = files_.size(); in WriteDirectory() local 149 for (int i = 0; i < num_entries; ++i) { in WriteDirectory() 181 WriteShort(&output, num_entries); // central directory entries (this disk) in WriteDirectory() 182 WriteShort(&output, num_entries); // central directory entries (total) in WriteDirectory()
|