Home
last modified time | relevance | path

Searched defs:new_base (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/asahi/compiler/
Dagx_nir_lower_address.c106 nir_def *new_base = nir_channel(b, match.base.def, match.base.comp); in pass() local
/third_party/mesa3d/src/amd/vulkan/nir/
Dradv_nir_lower_io.c84 unsigned new_base = 0; in radv_recompute_fs_input_bases_callback() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp306 int new_base = 0; in lower() local
/third_party/skia/third_party/externals/libwebp/src/dec/
Didec_dec.c114 const uint8_t* const new_base = mem->buf_ + mem->start_; in DoRemap() local
/third_party/skia/m133/third_party/externals/libwebp/src/dec/
Didec_dec.c117 const uint8_t* const new_base = mem->buf_ + mem->start_; in DoRemap() local
/third_party/skia/m133/third_party/externals/expat/expat/tests/
Dalloc_tests.c559 const XML_Char *new_base = XCS("/local/file/name.xml"); in START_TEST() local
Dbasic_tests.c2326 const XML_Char *new_base = XCS("/local/file/name.xml"); in START_TEST() local
/third_party/ffmpeg/libavcodec/
Dh264_slice.c293 H264Context *new_base, in copy_picture_range()
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_load_store_vectorize.c804 nir_def *new_base = first->intrin->src[info->base_src].ssa; in vectorize_loads() local
/third_party/python/Python/
Dbltinmodule.c20 PyObject *base, *meth, *new_base, *result, *new_bases = NULL; in update_bases() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c2060 static void si_set_user_data_base(struct si_context *sctx, unsigned shader, uint32_t new_base) in si_set_user_data_base()
/third_party/skia/third_party/externals/expat/expat/tests/
Druntests.c2814 const XML_Char *new_base = XCS("/local/file/name.xml"); in START_TEST() local
8398 const XML_Char *new_base = XCS("/local/file/name.xml"); in START_TEST() local
/third_party/python/Objects/
Dtypeobject.c773 PyTypeObject *new_base = best_base(new_bases); in type_set_bases() local