HomeSort by relevance Sort by last modified time
    Searched defs:get_empty_res (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
evergreen_compute_internal.c 93 struct evergreen_compute_resource* get_empty_res( function
330 get_empty_res(pipe, COMPUTE_RESOURCE_GDS, 0);
346 get_empty_res(pipe, COMPUTE_RESOURCE_EXPORT, 0);
364 get_empty_res(pipe, COMPUTE_RESOURCE_LOOP, id);
391 get_empty_res(pipe, COMPUTE_RESOURCE_TMPRING, se);
499 get_empty_res(pipe, COMPUTE_RESOURCE_TEX, id);
577 get_empty_res(pipe, COMPUTE_RESOURCE_SAMPLER, id);
612 get_empty_res(pipe, COMPUTE_RESOURCE_CONST_MEM, cache_id);
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute_internal.c 93 struct evergreen_compute_resource* get_empty_res( function
330 get_empty_res(pipe, COMPUTE_RESOURCE_GDS, 0);
346 get_empty_res(pipe, COMPUTE_RESOURCE_EXPORT, 0);
364 get_empty_res(pipe, COMPUTE_RESOURCE_LOOP, id);
391 get_empty_res(pipe, COMPUTE_RESOURCE_TMPRING, se);
499 get_empty_res(pipe, COMPUTE_RESOURCE_TEX, id);
577 get_empty_res(pipe, COMPUTE_RESOURCE_SAMPLER, id);
612 get_empty_res(pipe, COMPUTE_RESOURCE_CONST_MEM, cache_id);

Completed in 1992 milliseconds