/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_cl.c | 62 uint32_t hindex; in vc4_gem_hindex() local 72 for (hindex = 0; hindex < cl_hindex_count; hindex++) { in vc4_gem_hindex() 73 if (current_handles[hindex] == bo->handle) { in vc4_gem_hindex() 74 bo->last_hindex = hindex; in vc4_gem_hindex() 75 return hindex; in vc4_gem_hindex() 91 bo->last_hindex = hindex; in vc4_gem_hindex() 92 return hindex; in vc4_gem_hindex()
|
D | vc4_job.c | 292 submit_surf->hindex = vc4_gem_hindex(job, rsc->bo); in vc4_submit_setup_rcl_surface() 333 submit_surf->hindex = vc4_gem_hindex(job, rsc->bo); in vc4_submit_setup_rcl_render_config_surface() 360 submit_surf->hindex = vc4_gem_hindex(job, rsc->bo); in vc4_submit_setup_rcl_msaa_surface() 401 .color_read.hindex = ~0, in vc4_job_submit() 402 .zs_read.hindex = ~0, in vc4_job_submit() 403 .color_write.hindex = ~0, in vc4_job_submit() 404 .msaa_color_write.hindex = ~0, in vc4_job_submit() 405 .zs_write.hindex = ~0, in vc4_job_submit() 406 .msaa_zs_write.hindex = ~0, in vc4_job_submit()
|
D | vc4_draw.c | 428 uint32_t hindex = vc4_gem_hindex(job, rsc->bo); in vc4_draw_vbo() local 429 if (job->last_gem_handle_hindex != hindex) { in vc4_draw_vbo() 431 cl_u32(&bcl, hindex); in vc4_draw_vbo() 433 job->last_gem_handle_hindex = hindex; in vc4_draw_vbo()
|
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/ |
D | vc4_render_cl.c | 413 if (surf->hindex == ~0) in vc4_rcl_msaa_surface_setup() 416 *obj = vc4_use_bo(exec, surf->hindex); in vc4_rcl_msaa_surface_setup() 446 if (surf->hindex == ~0) in vc4_rcl_surface_setup() 449 *obj = vc4_use_bo(exec, surf->hindex); in vc4_rcl_surface_setup() 548 if (surf->hindex == ~0) in vc4_rcl_render_config_surface_setup() 551 *obj = vc4_use_bo(exec, surf->hindex); in vc4_rcl_render_config_surface_setup()
|
D | vc4_validate.c | 97 vc4_use_bo(struct vc4_exec_info *exec, uint32_t hindex) in vc4_use_bo() argument 102 if (hindex >= exec->bo_count) { in vc4_use_bo() 104 hindex, exec->bo_count); in vc4_use_bo() 107 obj = exec->bo[hindex]; in vc4_use_bo()
|
D | vc4_drv.h | 171 uint32_t hindex);
|
/third_party/openssl/providers/implementations/keymgmt/ |
D | dsa_kmgmt.c | 65 int hindex; member 422 gctx->hindex = 0; in dsa_gen_init() 486 && !OSSL_PARAM_get_int(p, &gctx->hindex)) in dsa_gen_set_params() 586 } else if (gctx->hindex != 0) { in dsa_gen() 587 ossl_ffc_params_set_h(ffc, gctx->hindex); in dsa_gen()
|
D | dh_kmgmt.c | 69 int hindex; member 470 gctx->hindex = 0; in dh_gen_init_base() 611 if (p != NULL && !OSSL_PARAM_get_int(p, &gctx->hindex)) in dhx_gen_set_params() 735 } else if (gctx->hindex != 0) { in dh_gen() 736 ossl_ffc_params_set_h(ffc, gctx->hindex); in dh_gen()
|
/third_party/openssl/doc/man7/ |
D | EVP_PKEY-DH.pod | 137 I<seed>, I<pcounter> and I<gindex> or I<hindex> may need to be stored for 140 (but the I<gindex> or I<hindex> cannot be stored). It is recommended to use a 247 int hindex = ...; 258 * NOTE: For unverifiable g use "hindex" instead of "gindex" 259 * extra_params[1] = OSSL_PARAM_construct_int("hindex", &hindex);
|
D | EVP_PKEY-FFC.pod | 93 =item "hindex" (B<OSSL_PKEY_PARAM_FFC_H>) <integer> 183 =item "hindex" (B<OSSL_PKEY_PARAM_FFC_H>) <integer>
|
/third_party/openssl/test/ |
D | evp_pkey_provided_test.c | 499 int gindex = 0, pcounter = 0, hindex = 0; in test_fromdata_dh_named_group() local 640 &hindex)) in test_fromdata_dh_named_group() 641 || !TEST_int_eq(hindex, 0) in test_fromdata_dh_named_group() 710 int gindex = 0, pcounter = 0, hindex = 0; in test_fromdata_dh_fips186_4() local 821 &hindex)) in test_fromdata_dh_fips186_4() 822 || !TEST_int_eq(hindex, 0) in test_fromdata_dh_fips186_4()
|
/third_party/libdrm/include/drm/ |
D | vc4_drm.h | 66 __u32 hindex; /* Handle index, or ~0 if not present. */ member
|
/third_party/mesa3d/include/drm-uapi/ |
D | vc4_drm.h | 66 __u32 hindex; /* Handle index, or ~0 if not present. */ member
|