Searched refs:image_flags (Results 1 – 4 of 4) sorted by relevance
21 unsigned int image_offset, image_flags; in css_scp_boot_image_xfer() local44 image_flags = SDS_SCP_IMG_VALID_FLAG_BIT; in css_scp_boot_image_xfer()46 &image_flags, SDS_SCP_IMG_FLAG_SIZE, in css_scp_boot_image_xfer()
47 self.image_flags = int(bid.rsplit(':', 1)[-1], 16) if bid else 051 self.test_flags = self.ALLOW_FLAGS | self.image_flags52 self.other_flags = self.OTHER_FLAGS | self.image_flags157 if not self.image_flags:167 basic_bid = (self.test_brand, None, self.image_flags)
618 image_bid, image_mask, image_flags = image_bid_tuple623 new_flags = image_flags or MP_BID_FLAGS
4311 VkImageCreateFlags image_flags = image_state->createInfo.flags; in PreCallValidateCreateImageView() local4327 if ((image_flags & VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT) && (image_format != view_format)) { in PreCallValidateCreateImageView()4342 !(image_flags & VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT_KHR))) { in PreCallValidateCreateImageView()4385 !(image_flags & VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT)) { in PreCallValidateCreateImageView()4402 if (!(image_flags & VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT_KHR)) { in PreCallValidateCreateImageView()4408 …} else if ((image_flags & (VK_IMAGE_CREATE_SPARSE_BINDING_BIT | VK_IMAGE_CREATE_SPARSE_RESIDENCY_B… in PreCallValidateCreateImageView()