Searched refs:format_can_texture_storage (Results 1 – 1 of 1) sorted by relevance
6449 bool format_can_texture_storage = has_feature(feat_texture_storage) && in check_resource_valid() local6468 if (!format_can_texture_storage && vrend_state.use_gles) { in check_resource_valid()6595 if (format_can_texture_storage && !args->height) { in check_resource_valid()6626 if (format_can_texture_storage && in check_resource_valid()6644 if (format_can_texture_storage && in check_resource_valid()6877 const bool format_can_texture_storage = has_feature(feat_texture_storage) && in vrend_resource_fixup_emulated_bgra() local6884 if (vrend_state.use_gles && pr->nr_samples > 0 && !format_can_texture_storage) { in vrend_resource_fixup_emulated_bgra()6910 const bool format_can_texture_storage = has_feature(feat_texture_storage) && in vrend_resource_alloc_texture() local6913 if (format_can_texture_storage) in vrend_resource_alloc_texture()6975 if (format_can_texture_storage) { in vrend_resource_alloc_texture()[all …]