Searched refs:res_map (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_screen.cpp | 771 void *res_map = pipe_texture_map(pctx, pres, level, layer, PIPE_MAP_READ, 0, 0, in d3d12_flush_frontbuffer() local 775 if (res_map) { in d3d12_flush_frontbuffer() 778 (const ubyte*)res_map, transfer->stride, 0, 0); in d3d12_flush_frontbuffer()
|
/third_party/mesa3d/src/compiler/nir/tests/ |
H A D | load_store_vectorizer_tests.cpp | 85 std::map<unsigned, nir_ssa_def*> res_map; member in __anon7314::nir_load_store_vectorize_test 183 if (res_map.count(binding)) in get_resource() 184 return res_map[binding]; in get_resource() 196 res_map[binding] = &res->dest.ssa; in get_resource()
|
Completed in 5 milliseconds