/third_party/node/test/parallel/ |
H A D | test-internal-iterable-weak-map.js | 16 const wm = new IterableWeakMap(); 22 wm.set(_cache.moduleA, 'hello'); 23 wm.set(_cache.moduleB, 'discard'); 24 wm.set(_cache.moduleC, 'goodbye'); 29 const values = [...wm]; 36 const wm = new IterableWeakMap(); 41 wm.set(_cache.moduleA, 'hello'); 42 wm.set(_cache.moduleB, 'goodbye'); 43 wm.set(_cache.moduleB, 'goodnight'); 44 const values = [...wm]; [all...] |
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | gen4_blorp_exec.h | 108 blorp_emit_dynamic(blorp_batch, GENX(WM_STATE), wm, 64, &offset) { in blorp_emit_wm_state() 111 wm.SamplerCount = (GFX_VER != 5); in blorp_emit_wm_state() 112 wm.BindingTableEntryCount = 2; in blorp_emit_wm_state() 114 wm.SamplerStatePointer = dynamic_state_address(blorp_batch, sampler); in blorp_emit_wm_state() 118 wm.DispatchGRFStartRegisterForConstantSetupData0 = in blorp_emit_wm_state() 120 wm.SetupURBEntryReadLength = prog_data->num_varying_inputs * 2; in blorp_emit_wm_state() 121 wm.SetupURBEntryReadOffset = 0; in blorp_emit_wm_state() 123 wm.DepthCoefficientURBReadOffset = 1; in blorp_emit_wm_state() 124 wm.PixelShaderKillsPixel = prog_data->uses_kill; in blorp_emit_wm_state() 125 wm in blorp_emit_wm_state() [all...] |
H A D | crocus_state.c | 899 fprintf(stderr, "curbe wm %d+%d clip %d+%d vs %d+%d\n", in calculate_curbe_offsets() 3450 /* wm thread dispatch enable */ in crocus_set_framebuffer_state() 5404 /* Gen4/5 can't handle blending off when a dual src blend wm is enabled. */ in crocus_populate_binding_table() 7159 crocus_emit_cmd(batch, GENX(3DSTATE_WM), wm) 7166 _crocus_pack_state(batch, GENX(WM_STATE), wm_ptr, wm) 7170 wm._8PixelDispatchEnable = wm_prog_data->dispatch_8; 7171 wm._16PixelDispatchEnable = wm_prog_data->dispatch_16; 7172 wm._32PixelDispatchEnable = wm_prog_data->dispatch_32; 7176 if (brw_wm_state_has_ksp(wm, 0)) { 7177 wm [all...] |
/third_party/mesa3d/src/intel/blorp/ |
H A D | blorp_genX_exec.h | 842 blorp_emit(batch, GENX(3DSTATE_WM), wm); in blorp_emit_ps_config() 947 blorp_emit(batch, GENX(3DSTATE_WM), wm) { in blorp_emit_ps_config() 950 wm.DepthBufferClear = true; in blorp_emit_ps_config() 953 wm.DepthBufferResolveEnable = true; in blorp_emit_ps_config() 956 wm.HierarchicalDepthBufferResolveEnable = true; in blorp_emit_ps_config() 965 wm.ThreadDispatchEnable = true; in blorp_emit_ps_config() 966 wm.PixelShaderComputedDepthMode = prog_data->computed_depth_mode; in blorp_emit_ps_config() 970 wm.PixelShaderKillsPixel = true; in blorp_emit_ps_config() 973 wm.MultisampleRasterizationMode = MSRASTMODE_ON_PATTERN; in blorp_emit_ps_config() 974 wm in blorp_emit_ps_config() [all...] |
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_asm.h | 119 unsigned wm = 0; in inst_write_mask_compose() local 123 wm |= (1 << i); in inst_write_mask_compose() 127 return wm; in inst_write_mask_compose()
|
/third_party/skia/gm/ |
H A D | yuvtorgbsubset.cpp | 146 auto wm = static_cast<GrSamplerState::WrapMode>(j - 1); variable 147 samplerState.setWrapModeX(wm); 148 samplerState.setWrapModeY(wm);
|
/third_party/skia/src/gpu/effects/ |
H A D | GrBicubicEffect.cpp | 266 GrSamplerState::WrapMode wm[2]; in TestCreate() local 267 GrTest::TestWrapModes(d->fRandom, wm); in TestCreate() 279 wm[0], in TestCreate() 280 wm[1], in TestCreate() 286 return Make(std::move(view), at, m, wm[0], wm[1], kernel, direction, *d->caps()); in TestCreate()
|
H A D | GrGaussianConvolutionFragmentProcessor.cpp | 148 GrSamplerState::WrapMode wm, 158 GrSamplerState sampler(wm, filter); 266 auto wm = static_cast<GrSamplerState::WrapMode>( in TestCreate() local 283 return GrGaussianConvolutionFragmentProcessor::Make(std::move(view), at, dir, radius, sigma, wm, in TestCreate()
|
H A D | GrMatrixConvolutionEffect.cpp | 341 GrSamplerState::WrapMode wm, in Make() 348 GrSamplerState sampler(wm, GrSamplerState::Filter::kNearest); in Make() 383 auto wm = static_cast<GrSamplerState::WrapMode>( in TestCreate() local 394 wm, in TestCreate() 333 Make(GrRecordingContext* context, GrSurfaceProxyView srcView, const SkIRect& srcBounds, const SkISize& kernelSize, const SkScalar* kernel, SkScalar gain, SkScalar bias, const SkIPoint& kernelOffset, GrSamplerState::WrapMode wm, bool convolveAlpha, const GrCaps& caps) Make() argument
|
/third_party/libwebsockets/plugins/ |
H A D | protocol_lws_openmetrics_export.c | 476 unsigned int m, wm; in callback_lws_openmetrics_export() local 527 wm = pss->walk ? LWS_WRITE_HTTP : LWS_WRITE_HTTP_FINAL; in callback_lws_openmetrics_export() 530 (enum lws_write_protocol)wm) < 0) in callback_lws_openmetrics_export() 580 unsigned int m, wm; in callback_lws_openmetrics_prox_agg() local 717 wm = pss->walk ? LWS_WRITE_HTTP : LWS_WRITE_HTTP_FINAL; in callback_lws_openmetrics_prox_agg() 720 (enum lws_write_protocol)wm) < 0) in callback_lws_openmetrics_prox_agg() 949 unsigned int m, wm; in callback_lws_openmetrics_prox_client() local 1119 wm = (unsigned int)lws_write_ws_flags(LWS_WRITE_TEXT, first, in callback_lws_openmetrics_prox_client() 1123 (enum lws_write_protocol)wm) < 0) { in callback_lws_openmetrics_prox_client()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_pipeline.c | 1830 struct GENX(3DSTATE_WM) wm = { in emit_3dstate_wm() 1833 wm.StatisticsEnable = true; in emit_3dstate_wm() 1834 wm.LineEndCapAntialiasingRegionWidth = _05pixels; in emit_3dstate_wm() 1835 wm.LineAntialiasingRegionWidth = _10pixels; in emit_3dstate_wm() 1836 wm.PointRasterizationRule = RASTRULE_UPPER_RIGHT; in emit_3dstate_wm() 1840 wm.EarlyDepthStencilControl = EDSC_PREPS; in emit_3dstate_wm() 1842 wm.EarlyDepthStencilControl = EDSC_PSEXEC; in emit_3dstate_wm() 1844 wm.EarlyDepthStencilControl = EDSC_NORMAL; in emit_3dstate_wm() 1869 wm.BarycentricInterpolationMode = in emit_3dstate_wm() 1873 wm in emit_3dstate_wm() [all...] |
H A D | anv_pipeline.c | 1071 stage->key.wm.color_outputs_valid = 0; in anv_pipeline_link_fs() 1081 stage->key.wm.color_outputs_valid |= BITFIELD_RANGE(rt, array_len); in anv_pipeline_link_fs() 1083 stage->key.wm.color_outputs_valid &= in anv_pipeline_link_fs() 1085 stage->key.wm.nr_color_regions = in anv_pipeline_link_fs() 1086 util_last_bit(stage->key.wm.color_outputs_valid); in anv_pipeline_link_fs() 1090 if (stage->key.wm.nr_color_regions > 0) { in anv_pipeline_link_fs() 1091 assert(stage->key.wm.nr_color_regions <= MAX_RTS); in anv_pipeline_link_fs() 1092 for (unsigned rt = 0; rt < stage->key.wm.nr_color_regions; rt++) { in anv_pipeline_link_fs() 1093 if (stage->key.wm.color_outputs_valid & BITFIELD_BIT(rt)) { in anv_pipeline_link_fs() 1106 num_rt_bindings = stage->key.wm in anv_pipeline_link_fs() [all...] |
H A D | gfx7_cmd_buffer.c | 233 struct GENX(3DSTATE_WM) wm = { in cmd_buffer_flush_dynamic_state() 243 GENX(3DSTATE_WM_pack)(NULL, dwords, &wm); in cmd_buffer_flush_dynamic_state() 245 anv_batch_emit_merge(&cmd_buffer->batch, dwords, pipeline->gfx7.wm); in cmd_buffer_flush_dynamic_state()
|
H A D | gfx8_cmd_buffer.c | 626 struct GENX(3DSTATE_WM) wm = { in cmd_buffer_flush_dynamic_state() 634 GENX(3DSTATE_WM_pack)(NULL, wm_dwords, &wm); in cmd_buffer_flush_dynamic_state() 636 anv_batch_emit_merge(&cmd_buffer->batch, wm_dwords, pipeline->gfx8.wm); in cmd_buffer_flush_dynamic_state()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | picture_av1.c | 284 for (i = 0; i < ARRAY_SIZE(av1->wm); ++i) { in vlVaHandlePictureParameterBufferAV1() 285 context->desc.av1.picture_parameter.wm[i].wmtype = av1->wm[i].wmtype; in vlVaHandlePictureParameterBufferAV1() 286 for (j = 0; j < ARRAY_SIZE(av1->wm[0].wmmat); ++j) in vlVaHandlePictureParameterBufferAV1() 287 context->desc.av1.picture_parameter.wm[i].wmmat[j] = av1->wm[i].wmmat[j]; in vlVaHandlePictureParameterBufferAV1()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | utvideodsp.asm | 46 mov wm, wq 101 mov wm, wq
|
/third_party/ffmpeg/libavcodec/ |
H A D | vaapi_av1.c | 310 pic_param.wm[i - 1].invalid = s->cur_frame.gm_invalid[i]; in vaapi_av1_start_frame() 311 pic_param.wm[i - 1].wmtype = s->cur_frame.gm_type[i]; in vaapi_av1_start_frame() 313 pic_param.wm[i - 1].wmmat[j] = s->cur_frame.gm_params[i][j]; in vaapi_av1_start_frame()
|
/third_party/vixl/src/aarch64/ |
H A D | assembler-aarch64.cc | 827 const Register& wm) { in crc32b() 829 VIXL_ASSERT(wd.Is32Bits() && wn.Is32Bits() && wm.Is32Bits()); in crc32b() 830 Emit(SF(wm) | Rm(wm) | CRC32B | Rn(wn) | Rd(wd)); in crc32b() 836 const Register& wm) { in crc32h() 838 VIXL_ASSERT(wd.Is32Bits() && wn.Is32Bits() && wm.Is32Bits()); in crc32h() 839 Emit(SF(wm) | Rm(wm) | CRC32H | Rn(wn) | Rd(wd)); in crc32h() 845 const Register& wm) { in crc32w() 847 VIXL_ASSERT(wd.Is32Bits() && wn.Is32Bits() && wm in crc32w() 825 crc32b(const Register& wd, const Register& wn, const Register& wm) crc32b() argument 834 crc32h(const Register& wd, const Register& wn, const Register& wm) crc32h() argument 843 crc32w(const Register& wd, const Register& wn, const Register& wm) crc32w() argument 861 crc32cb(const Register& wd, const Register& wn, const Register& wm) crc32cb() argument 870 crc32ch(const Register& wd, const Register& wn, const Register& wm) crc32ch() argument 879 crc32cw(const Register& wd, const Register& wn, const Register& wm) crc32cw() argument 929 umaddl(const Register& xd, const Register& wn, const Register& wm, const Register& xa) umaddl() argument 939 smaddl(const Register& xd, const Register& wn, const Register& wm, const Register& xa) smaddl() argument 949 umsubl(const Register& xd, const Register& wn, const Register& wm, const Register& xa) umsubl() argument 959 smsubl(const Register& xd, const Register& wn, const Register& wm, const Register& xa) smsubl() argument 969 smull(const Register& xd, const Register& wn, const Register& wm) smull() argument [all...] |
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_maskedmerge.asm | 36 mov wd, dword wm
|
H A D | vf_threshold.asm | 36 mov wd, dword wm
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_compiler.h | 576 struct brw_wm_prog_key wm; member 936 * Used by the Gfx4-5 clip/sf/wm stages. 1493 struct brw_wm_prog_data wm; member 1520 DEFINE_PROG_DATA_DOWNCAST(wm, prog_data->stage == MESA_SHADER_FRAGMENT)
|
/third_party/skia/src/core/ |
H A D | SkGpuBlurUtils.cpp | 79 auto wm = SkTileModeToWrapMode(mode); in convolve_gaussian_1d() local 91 wm, in convolve_gaussian_1d() 127 auto wm = SkTileModeToWrapMode(mode); in convolve_gaussian_2d() local 135 size, kernel, 1.0f, 0.0f, kernelOffset, wm, true, in convolve_gaussian_2d()
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-sink.c | 467 pa_usec_t usec, wm; in hw_sleep_time() local 480 wm = u->tsched_watermark_usec; in hw_sleep_time() 482 if (wm > usec) in hw_sleep_time() 483 wm = usec/2; in hw_sleep_time() 485 *sleep_usec = usec - wm; in hw_sleep_time() 486 *process_usec = wm; in hw_sleep_time()
|
H A D | alsa-source.c | 439 pa_usec_t wm, usec; in hw_sleep_time() local 452 wm = u->tsched_watermark_usec; in hw_sleep_time() 454 if (wm > usec) in hw_sleep_time() 455 wm = usec/2; in hw_sleep_time() 457 *sleep_usec = usec - wm; in hw_sleep_time() 458 *process_usec = wm; in hw_sleep_time()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_state.c | 1805 uint32_t wm[GENX(3DSTATE_WM_length)]; member 1973 iris_pack_command(GENX(3DSTATE_WM), cso->wm, wm) { in iris_create_rasterizer_state() 1974 /* wm.BarycentricInterpolationMode and wm.EarlyDepthStencilControl are in iris_create_rasterizer_state() 1977 wm.LineAntialiasingRegionWidth = _10pixels; in iris_create_rasterizer_state() 1978 wm.LineEndCapAntialiasingRegionWidth = _05pixels; in iris_create_rasterizer_state() 1979 wm.PointRasterizationRule = RASTRULE_UPPER_RIGHT; in iris_create_rasterizer_state() 1980 wm.LineStippleEnable = state->line_stipple_enable; in iris_create_rasterizer_state() 1981 wm in iris_create_rasterizer_state() [all...] |