/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_program_cache.c | 158 if (screen->devinfo.ver <= 5) { in crocus_cache_new_bo()
|
H A D | crocus_context.c | 311 ice->batch_count = devinfo->ver >= 7 ? CROCUS_BATCH_COUNT : 1; in crocus_create_context()
|
H A D | crocus_resource.h | 329 if (devinfo->ver < 6) { in crocus_get_depth_stencil_resources()
|
H A D | crocus_batch.c | 202 if (devinfo->ver >= 7) { in crocus_init_batch() 215 if (devinfo->ver == 6) in crocus_init_batch()
|
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/ |
H A D | ohos_context_i.h | 69 virtual bool SetConfig(int32_t w,int32_t h,RCI_GLES_VERSION ver,RCI_PIXEL_FORMAT pf,RCI_SURFACE_TYPE st,RCI_PROFILE tp,RCI_CONTEXT_FLAG flags) = 0;
|
H A D | rosen_context_impl.h | 37 bool SetConfig(int32_t w,int32_t h,RCI_GLES_VERSION ver,RCI_PIXEL_FORMAT pf,RCI_SURFACE_TYPE st,RCI_PROFILE tp,RCI_CONTEXT_FLAG flags) override;
|
H A D | rosen_context_impl.cpp | 130 bool RosenContextImpl::SetConfig(int32_t w, int32_t h, RCI_GLES_VERSION ver, RCI_PIXEL_FORMAT pf, RCI_SURFACE_TYPE st, RCI_PROFILE tp, RCI_CONTEXT_FLAG flags) in SetConfig() argument 132 glesVersion_ = ver; in SetConfig()
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | vir_register_allocate.c | 896 int max_thread_index = (compiler->devinfo->ver >= 40 ? 2 : 3); in vir_init_reg_sets() 1054 if (c->devinfo->ver < 40) { in update_graph_and_reg_classes_for_inst() 1104 if (c->devinfo->ver >= 40) { in v3d_register_allocate()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_ir.h | 296 value* create(value_kind k, sel_chan regid, unsigned ver); 457 value(unsigned sh_id, value_kind k, sel_chan select, unsigned ver = 0) in value() 460 version(ver), select(select), pin_gpr(select), gpr(), in value()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_sim.c | 664 int ver = pos[0] * 256 + pos[1]; in eap_sim_process_start() local 666 if (eap_sim_supported_ver(ver)) { in eap_sim_process_start() 667 selected_version = ver; in eap_sim_process_start()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_sim.c | 669 int ver = pos[0] * 256 + pos[1]; in eap_sim_process_start() local 671 if (eap_sim_supported_ver(ver)) { in eap_sim_process_start() 672 selected_version = ver; in eap_sim_process_start()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_compile_sf.c | 230 if (p->devinfo->ver == 5) in do_flatshade_triangle() 262 if (p->devinfo->ver == 5) in do_flatshade_line()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_resolve.c | 217 if (devinfo->ver == 8 && nir->info.outputs_read != 0) { in iris_predraw_resolve_framebuffer() 974 if (devinfo->ver >= 12 && in iris_can_sample_mcs_with_clear()
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_lib.c | 999 tmp_gencb->ver = 1; in BN_GENCB_set_old() 1009 tmp_gencb->ver = 2; in BN_GENCB_set()
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | rsaz-avx512.pl | 53 my $ver = $3 + $4/100.0 + $5/10000.0; # 3.1.0->3.01, 3.10.1->3.1001 58 $avx512ifma = ($ver>=10.0001)
|
/third_party/openssl/crypto/bn/ |
H A D | bn_lib.c | 999 tmp_gencb->ver = 1; in BN_GENCB_set_old() 1009 tmp_gencb->ver = 2; in BN_GENCB_set()
|
/third_party/openssl/crypto/bn/asm/ |
H A D | rsaz-avx512.pl | 53 my $ver = $3 + $4/100.0 + $5/10000.0; # 3.1.0->3.01, 3.10.1->3.1001 58 $avx512ifma = ($ver>=10.0001)
|
/third_party/python/Lib/test/ |
H A D | test_wsgiref.py | 204 ver = sys.version.split()[0].encode('ascii') 206 pyver = py + b"/" + ver
|
/third_party/ffmpeg/libavcodec/ |
H A D | diracdec.c | 2190 int ver[3]; in dirac_decode_data_unit() local 2193 if (sscanf(buf+14, "Schroedinger %d.%d.%d", ver, ver+1, ver+2) == 3) in dirac_decode_data_unit() 2194 if (ver[0] == 1 && ver[1] == 0 && ver[2] <= 7) in dirac_decode_data_unit()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | gen_framework_sc.py | 1470 output = ["#define " + ver.getDefineName() + " " + ver.getInHex() for ver in versionSpectrum if not ver.isStandardVersion()] 1474 output = ["#undef " + ver.getDefineName() for ver in versionSpectrum if not ver.isStandardVersion()]
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_batch_decoder.c | 592 bool is_simd8 = ctx->devinfo.ver >= 11; /* vertex shaders on Gfx8+ only */ in decode_single_ksp() 664 bool single_ksp = ctx->devinfo.ver == 4; in decode_ps_kern() 854 if (ctx->devinfo.ver < 6) { in decode_gfx4_3dstate_binding_table_pointers() 1018 if (ctx->devinfo.ver != 6) { in decode_3dstate_cc_state_pointers()
|
/third_party/mesa3d/src/intel/isl/ |
H A D | isl_format.c | 852 if (devinfo->ver < 7 || devinfo->ver > 11) in isl_format_supports_ccs_d() 924 return devinfo->ver <= 8; in isl_format_supports_multisampling() 925 } else if (devinfo->ver == 7 && isl_format_has_sint_channel(format)) { in isl_format_supports_multisampling() 940 } else if (devinfo->ver < 7 && isl_format_get_layout(format)->bpb > 64) { in isl_format_supports_multisampling()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | RendererVk.cpp | 1100 uint32_t ver = volkGetInstanceVersion(); in initialize() local 1101 if (!IsAndroid() && VK_API_VERSION_MAJOR(ver) == 1 && in initialize() 1102 (VK_API_VERSION_MINOR(ver) < 1 || in initialize() 1103 (VK_API_VERSION_MINOR(ver) == 1 && VK_API_VERSION_PATCH(ver) < 91))) in initialize()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | dpp_hostapd.c | 1571 u8 ver = DPP_VERSION; in hostapd_dpp_send_peer_disc_resp() local 1576 if (conn_ver > 0 && ver != conn_ver) { in hostapd_dpp_send_peer_disc_resp() 1579 conn_ver, ver); in hostapd_dpp_send_peer_disc_resp() 1580 ver = conn_ver; in hostapd_dpp_send_peer_disc_resp() 1587 wpabuf_put_u8(msg, ver); in hostapd_dpp_send_peer_disc_resp()
|
H A D | ieee802_1x.c | 377 int ver, val; in add_common_radius_sta_attr_rsn() local 379 ver = wpa_auth_sta_wpa_version(sta->wpa_sm); in add_common_radius_sta_attr_rsn() 381 suite = wpa_cipher_to_suite(ver, val); in add_common_radius_sta_attr_rsn() 771 u8 ver = hapd->conf->hs20_release - 1; in ieee802_1x_encapsulate_radius() local 775 &ver, 1)) { in ieee802_1x_encapsulate_radius()
|