/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_nir_lower_tess.c | 929 if (var->data.location == VARYING_SLOT_GS_VERTEX_FLAGS_IR3) in ir3_nir_lower_gs() 943 state.vertex_flags_out->data.driver_location = shader->num_outputs++; in ir3_nir_lower_gs() 944 state.vertex_flags_out->data.location = VARYING_SLOT_GS_VERTEX_FLAGS_IR3; in ir3_nir_lower_gs() 945 state.vertex_flags_out->data.interpolation = INTERP_MODE_NONE; in ir3_nir_lower_gs() 978 var->data.mode = nir_var_shader_temp; in ir3_nir_lower_gs()
|
/third_party/mesa3d/src/broadcom/cle/ |
H A D | v3d_decoder.c | 410 start_element(void *data, const char *element_name, const char **atts) in start_element() argument 412 struct parser_context *ctx = data; in start_element() 492 end_element(void *data, const char *name) in end_element() argument 494 struct parser_context *ctx = data; in end_element() 562 character_data(void *data, const XML_Char *s, int len) in character_data() argument 643 fprintf(stderr, "unable to find gen (%u) data\n", devinfo->ver); in v3d_spec_load()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | helpers.cpp | 476 char *data = (char*)malloc(requested_ir->dataSize); in print_pipeline_ir() local 477 requested_ir->pData = data; in print_pipeline_ir() 482 for (char *c = data; *c; c++) { in print_pipeline_ir() 490 fprintf(output, "%s", data); in print_pipeline_ir() 491 free(data); in print_pipeline_ir()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_constants.c | 547 const float (*data)[4] = NULL; in emit_consts_vgpu9() 562 data = (const float (*)[4]) in emit_consts_vgpu9() 565 if (!data) { in emit_consts_vgpu9() 574 data += cbuf->buffer_offset / (4 * sizeof(float)); in emit_consts_vgpu9() 576 ret = emit_const_range( svga, shader, offset, count, data ); in emit_consts_vgpu9()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_clear.c | 107 Rendering within a subpass containing a feedback loop creates a data race, except in the following in clear_in_rp() 264 struct zink_framebuffer_clear_data *clear = fb_clear->clears.data; in zink_clear() 457 const void *data) in zink_clear_texture() 467 util_format_unpack_rgba(pres->format, color.ui, data, 1); in zink_clear_texture() 479 util_format_unpack_z_float(pres->format, &depth, data, 1); in zink_clear_texture() 482 util_format_unpack_s_8uint(pres->format, &stencil, data, 1); in zink_clear_texture() 453 zink_clear_texture(struct pipe_context *pctx, struct pipe_resource *pres, unsigned level, const struct pipe_box *box, const void *data) zink_clear_texture() argument
|
/third_party/mesa3d/src/intel/common/ |
H A D | mi_builder.h | 1231 struct mi_value data) in mi_store_mem64_offset() 1236 data = mi_value_to_gpr(b, mi_resolve_invert(b, data)); in mi_store_mem64_offset() 1242 dw[3] = _mi_pack_alu(MI_ALU_STOREIND, MI_ALU_ACCU, _mi_value_as_gpr(data)); in mi_store_mem64_offset() 1248 mi_value_unref(b, data); in mi_store_mem64_offset() 1229 mi_store_mem64_offset(struct mi_builder *b, __gen_address_type addr, struct mi_value offset, struct mi_value data) mi_store_mem64_offset() argument
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_compute_blit.c | 356 * the 1st contiguous block of data for the whole wave, the 2nd instruction in si_compute_do_clear_or_copy() 357 * writes the 2nd contiguous block of data, etc. in si_compute_do_clear_or_copy() 961 unsigned data[4 + sizeof(color->ui)] = {dstx, dsty, dstsurf->u.tex.first_layer, 0}; in si_compute_clear_render_target() local 971 memcpy(data + 4, color_srgb.ui, sizeof(color->ui)); in si_compute_clear_render_target() 973 memcpy(data + 4, color->ui, sizeof(color->ui)); in si_compute_clear_render_target() 980 cb.buffer_size = sizeof(data); in si_compute_clear_render_target() 981 cb.user_buffer = data; in si_compute_clear_render_target()
|
/third_party/node/lib/internal/debugger/ |
H A D | inspect_repl.js | 443 constructor(data) { 444 this.data = data; 454 const { startTime, endTime } = this.data; 461 const json = JSONStringify(this.data); 898 // Save execution context's data
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | x509_vfy.h | 269 # define X509_STORE_CTX_set_app_data(ctx,data) \ 270 X509_STORE_CTX_set_ex_data(ctx,0,data) 557 int X509_STORE_set_ex_data(X509_STORE *ctx, int idx, void *data); 728 int X509_LOOKUP_set_method_data(X509_LOOKUP *ctx, void *data); 753 int X509_STORE_CTX_set_ex_data(X509_STORE_CTX *ctx, int idx, void *data);
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | x509_vfy.h | 269 # define X509_STORE_CTX_set_app_data(ctx,data) \ 270 X509_STORE_CTX_set_ex_data(ctx,0,data) 557 int X509_STORE_set_ex_data(X509_STORE *ctx, int idx, void *data); 728 int X509_LOOKUP_set_method_data(X509_LOOKUP *ctx, void *data); 753 int X509_STORE_CTX_set_ex_data(X509_STORE_CTX *ctx, int idx, void *data);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | x509_vfy.h | 269 # define X509_STORE_CTX_set_app_data(ctx,data) \ 270 X509_STORE_CTX_set_ex_data(ctx,0,data) 557 int X509_STORE_set_ex_data(X509_STORE *ctx, int idx, void *data); 728 int X509_LOOKUP_set_method_data(X509_LOOKUP *ctx, void *data); 753 int X509_STORE_CTX_set_ex_data(X509_STORE_CTX *ctx, int idx, void *data);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | x509_vfy.h | 269 # define X509_STORE_CTX_set_app_data(ctx,data) \ 270 X509_STORE_CTX_set_ex_data(ctx,0,data) 557 int X509_STORE_set_ex_data(X509_STORE *ctx, int idx, void *data); 728 int X509_LOOKUP_set_method_data(X509_LOOKUP *ctx, void *data); 753 int X509_STORE_CTX_set_ex_data(X509_STORE_CTX *ctx, int idx, void *data);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | x509_vfy.h | 269 # define X509_STORE_CTX_set_app_data(ctx,data) \ 270 X509_STORE_CTX_set_ex_data(ctx,0,data) 557 int X509_STORE_set_ex_data(X509_STORE *ctx, int idx, void *data); 728 int X509_LOOKUP_set_method_data(X509_LOOKUP *ctx, void *data); 753 int X509_STORE_CTX_set_ex_data(X509_STORE_CTX *ctx, int idx, void *data);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | x509_vfy.h | 269 # define X509_STORE_CTX_set_app_data(ctx,data) \ 270 X509_STORE_CTX_set_ex_data(ctx,0,data) 557 int X509_STORE_set_ex_data(X509_STORE *ctx, int idx, void *data); 728 int X509_LOOKUP_set_method_data(X509_LOOKUP *ctx, void *data); 753 int X509_STORE_CTX_set_ex_data(X509_STORE_CTX *ctx, int idx, void *data);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | x509_vfy.h | 269 # define X509_STORE_CTX_set_app_data(ctx,data) \ 270 X509_STORE_CTX_set_ex_data(ctx,0,data) 557 int X509_STORE_set_ex_data(X509_STORE *ctx, int idx, void *data); 728 int X509_LOOKUP_set_method_data(X509_LOOKUP *ctx, void *data); 753 int X509_STORE_CTX_set_ex_data(X509_STORE_CTX *ctx, int idx, void *data);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | x509_vfy.h | 269 # define X509_STORE_CTX_set_app_data(ctx,data) \ 270 X509_STORE_CTX_set_ex_data(ctx,0,data) 557 int X509_STORE_set_ex_data(X509_STORE *ctx, int idx, void *data); 728 int X509_LOOKUP_set_method_data(X509_LOOKUP *ctx, void *data); 753 int X509_STORE_CTX_set_ex_data(X509_STORE_CTX *ctx, int idx, void *data);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
H A D | x509_vfy.h | 269 # define X509_STORE_CTX_set_app_data(ctx,data) \ 270 X509_STORE_CTX_set_ex_data(ctx,0,data) 557 int X509_STORE_set_ex_data(X509_STORE *ctx, int idx, void *data); 728 int X509_LOOKUP_set_method_data(X509_LOOKUP *ctx, void *data); 753 int X509_STORE_CTX_set_ex_data(X509_STORE_CTX *ctx, int idx, void *data);
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | x509_vfy.h | 269 # define X509_STORE_CTX_set_app_data(ctx,data) \ 270 X509_STORE_CTX_set_ex_data(ctx,0,data) 557 int X509_STORE_set_ex_data(X509_STORE *ctx, int idx, void *data); 728 int X509_LOOKUP_set_method_data(X509_LOOKUP *ctx, void *data); 753 int X509_STORE_CTX_set_ex_data(X509_STORE_CTX *ctx, int idx, void *data);
|
/third_party/node/src/ |
H A D | js_native_api_v8_inspector.cc | 582 explicit RequestQueue(RequestQueueData* data) : data_(data) {} in RequestQueue() argument 809 loop.data = nullptr; in ThreadMain() 1071 // clients gather data. 1171 void* data) override { 1175 void cancelTimer(void* data) override {
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnv_io.cpp | 233 UDataMemory *data; in initAliasData() local 242 data = udata_openChoice(nullptr, DATA_TYPE, DATA_NAME, isAcceptable, nullptr, &errCode); in initAliasData() 247 sectionSizes = (const uint32_t *)udata_getMemory(data); in initAliasData() 253 udata_close(data); in initAliasData() 256 gAliasData = data; in initAliasData() 1160 /* check data format and format version */ in ucnv_swapAliases() 1169 udata_printError(ds, "ucnv_swapAliases(): data format %02x.%02x.%02x.%02x (format version %02x) is not an alias table\n", in ucnv_swapAliases() 1207 /* compute the overall size of the after-header data, in numbers of 16-bit units */ in ucnv_swapAliases()
|
H A D | uresdata.cpp | 266 pResData->data=udata_openChoice(path, "res", name, isAcceptable, formatVersion, errorCode); in res_load() 272 res_init(pResData, formatVersion, udata_getMemory(pResData->data), -1, errorCode); in res_load() 277 if(pResData->data!=nullptr) { in res_unload() 278 udata_close(pResData->data); in res_unload() 279 pResData->data=nullptr; in res_unload() 988 * track the highest address of any item to return the size of the data. 990 * We should have thought of storing those in the data... 991 * It is possible to extend the data structure by putting additional values 995 * and the data swapping would have to know about these values. 997 * The data structur [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_draw_hw_select.c | 65 var->data.driver_location = offset >> (packed ? 2 : 4); \ 66 var->data.location_frac = (offset >> 2) & 0x3; \ 96 in_pos->data.location = VARYING_SLOT_POS; in get_input_vertices() 402 in_offset->data.location = VARYING_SLOT_VAR0; in update_result_buffer() 780 gs = he->data; in st_draw_hw_select_prepare_mode()
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
H A D | x509_vfy.h | 269 # define X509_STORE_CTX_set_app_data(ctx,data) \ 270 X509_STORE_CTX_set_ex_data(ctx,0,data) 557 int X509_STORE_set_ex_data(X509_STORE *ctx, int idx, void *data); 728 int X509_LOOKUP_set_method_data(X509_LOOKUP *ctx, void *data); 753 int X509_STORE_CTX_set_ex_data(X509_STORE_CTX *ctx, int idx, void *data);
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/ |
H A D | x509_vfy.h | 269 # define X509_STORE_CTX_set_app_data(ctx,data) \ 270 X509_STORE_CTX_set_ex_data(ctx,0,data) 557 int X509_STORE_set_ex_data(X509_STORE *ctx, int idx, void *data); 728 int X509_LOOKUP_set_method_data(X509_LOOKUP *ctx, void *data); 753 int X509_STORE_CTX_set_ex_data(X509_STORE_CTX *ctx, int idx, void *data);
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
H A D | x509_vfy.h | 269 # define X509_STORE_CTX_set_app_data(ctx,data) \ 270 X509_STORE_CTX_set_ex_data(ctx,0,data) 557 int X509_STORE_set_ex_data(X509_STORE *ctx, int idx, void *data); 728 int X509_LOOKUP_set_method_data(X509_LOOKUP *ctx, void *data); 753 int X509_STORE_CTX_set_ex_data(X509_STORE_CTX *ctx, int idx, void *data);
|