Home
last modified time | relevance | path

Searched refs:ver (Results 301 - 325 of 466) sorted by relevance

1...<<111213141516171819

/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program_cache.c158 if (screen->devinfo.ver <= 5) { in crocus_cache_new_bo()
H A Dcrocus_context.c311 ice->batch_count = devinfo->ver >= 7 ? CROCUS_BATCH_COUNT : 1; in crocus_create_context()
H A Dcrocus_resource.h329 if (devinfo->ver < 6) { in crocus_get_depth_stencil_resources()
H A Dcrocus_batch.c202 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 Dohos_context_i.h69 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 Drosen_context_impl.h37 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 Drosen_context_impl.cpp130 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 Dvir_register_allocate.c896 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 Dsb_ir.h296 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 Deap_sim.c664 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 Deap_sim.c669 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 Dbrw_compile_sf.c230 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 Diris_resolve.c217 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 Dbn_lib.c999 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 Drsaz-avx512.pl53 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 Dbn_lib.c999 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 Drsaz-avx512.pl53 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 Dtest_wsgiref.py204 ver = sys.version.split()[0].encode('ascii')
206 pyver = py + b"/" + ver
/third_party/ffmpeg/libavcodec/
H A Ddiracdec.c2190 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 Dgen_framework_sc.py1470 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 Dintel_batch_decoder.c592 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 Disl_format.c852 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 DRendererVk.cpp1100 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 Ddpp_hostapd.c1571 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 Dieee802_1x.c377 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()

Completed in 43 milliseconds

1...<<111213141516171819