Searched refs:src_map (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_draw_elements.c | 53 const void *src_map = NULL; in translate_indices() local 64 src_map = pipe_buffer_map( pipe, src, PIPE_TRANSFER_READ, &src_transfer ); in translate_indices() 65 if (src_map == NULL) in translate_indices() 72 translate( (const char *)src_map + offset, in translate_indices() 83 if (src_map) in translate_indices()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_surface.c | 157 const void *src_map; in util_resource_copy_region() local 190 src_map = pipe->transfer_map(pipe, src_trans); in util_resource_copy_region() 193 assert(src_map); in util_resource_copy_region() 196 if (src_map && dst_map) { in util_resource_copy_region() 198 memcpy(dst_map, src_map, w); in util_resource_copy_region() 205 src_map, in util_resource_copy_region()
|
/external/v8/test/cctest/compiler/ |
D | test-simplified-lowering.cc | 139 Handle<Map> src_map(src->map()); in TEST() local 141 CHECK_EQ(*src_map, result); in TEST() 157 Handle<Map> src_map(src->map()); in TEST() local 160 t.Call(*src_map, *dst); // TODO(titzer): raw pointers in call in TEST() 161 CHECK(*src_map == dst->map()); in TEST() 196 Handle<Map> src_map(src->map()); in TEST() local 201 CHECK_EQ(*src_map, result); in TEST() 202 CHECK(*src_map == dst->map()); in TEST()
|