Searched refs:ref_ptr (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libdrm/dist/intel/
H A Dtest_decode.c90 void *ref_ptr, *batch_ptr; local in function:compare_batch
103 read_file(ref_filename, &ref_ptr, &ref_size);
122 if (strcmp(ref_ptr, ptr) != 0) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_descriptors.c919 desc_set_ref_add(struct zink_descriptor_set *zds, struct zink_descriptor_refs *refs, void **ref_ptr, void *ptr) argument
921 struct zink_descriptor_reference ref = {ref_ptr, &zds->invalid};
922 *ref_ptr = ptr;

Completed in 5 milliseconds