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

  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_blit.c 126 unsigned num_layers = u_num_layers(&texture->resource.b.b, level); local
128 for (layer = 0; layer < num_layers; layer++) {
  /frameworks/native/vulkan/tools/
vkinfo.cpp 194 uint32_t num_layers = sizeof(kValidationLayers) / sizeof(char*); local
201 .enabledLayerCount = (options.validate) ? num_layers : 0,
263 uint32_t num_layers = sizeof(kValidationLayers) / sizeof(char*); local
278 .enabledLayerCount = (options.validate) ? num_layers : 0,
  /external/drm_hwcomposer/
hwcomposer.cpp 406 int num_layers = display_contents[i]->numHwLayers; local
407 for (int j = 0; !use_framebuffer_target && j < num_layers; ++j) {
418 for (int j = 0; j < num_layers; ++j) {

Completed in 127 milliseconds