Lines Matching defs:isCube
508 bool isCube;
690 return m_params.isCube ? VIEW_TYPE_CUBE : VIEW_TYPE_ARRAY;
788 return m_params.isCube ? (VkImageCreateFlags)VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT : (VkImageCreateFlags)0;
2360 bool isCube;
2370 false // isCube
2378 false // isCube
2386 true // isCube
2394 false // isCube
2402 false // isCube
2460 if (imageLayerParamsToTest[imageLayerParamsIndex].isCube)
2535 false, // bool isCube;
2610 false, // bool isCube;
2664 if (imageLayerParamsToTest[imageLayerParamsIndex].isCube)
2715 false, // bool isCube;
2765 if (imageLayerParamsToTest[imageLayerParamsIndex].isCube && dimensions.width != dimensions.height)
2825 imageLayerParamsToTest[imageLayerParamsIndex].isCube, // bool isCube;
2836 if (!imageLayerParamsToTest[imageLayerParamsIndex].isCube && !(imageLayerParamsToTest[imageLayerParamsIndex].clearLayerRange.layerCount == VK_REMAINING_ARRAY_LAYERS) && (dimensions.width > dimensions.height))
2874 if (imageLayerParamsToTest[imageLayerParamsIndex].isCube && dimensions.width != dimensions.height)
2910 imageLayerParamsToTest[imageLayerParamsIndex].isCube, // bool isCube;