Home
last modified time | relevance | path

Searched defs:pz (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_join_test.cc107 int *px = &x, *py = &y, *pz = &z; in TEST() local
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_kopper.c885 struct pipe_resource *pz = screen->base.resource_create(&screen->base, &templ); in zink_kopper_fixup_depth_buffer() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateInheritanceTests.cpp919 float pz = viewport.maxDepth - viewport.minDepth; in rasterizeExpectedResults() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
DvktDynamicStateInheritanceTests.cpp828 float pz = viewport.maxDepth - viewport.minDepth; in rasterizeExpectedResults() local
/third_party/mesa3d/src/mesa/main/
Dtexstorage.c359 int px, py, pz; in _mesa_sparse_texture_error_check() local
Dtexobj.c2342 int px, py, pz; in texture_page_commitment() local
/third_party/python/Objects/
Dlongobject.c2429 digit *pz, *pzstop; in PyLong_FromString() local
3381 digit *pz = z->ob_digit + (i << 1); in x_mul() local
3432 digit *pz = z->ob_digit + i; in x_mul() local
/third_party/ffmpeg/libavfilter/
Daf_aiir.c500 static int expand(AVFilterContext *ctx, double *pz, int n, double *coefs) in expand()