Home
last modified time | relevance | path

Searched refs:strideInBytes (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_intel.c58 uint64_t size = (uint64_t)pCreateInfo->strideInBytes * pCreateInfo->extent.height; in anv_CreateDmaBufImageINTEL()
65 .stride = pCreateInfo->strideInBytes, in anv_CreateDmaBufImageINTEL()
/external/mesa3d/include/vulkan/
Dvulkan_intel.h42 uint32_t strideInBytes; member