/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkStructConversion.hpp | 35 regions.resize(regionCount); 38 regions[i] = { 47 this->pRegions = ®ions.front(); 51 std::vector<VkBufferCopy2KHR> regions; member 68 regions.resize(regionCount); 71 regions[i] = { 82 this->pRegions = ®ions.front(); 86 std::vector<VkImageCopy2KHR> regions; member 104 regions.resize(regionCount); 107 regions[ 121 std::vector<VkImageBlit2KHR> regions; global() member 156 std::vector<VkBufferImageCopy2KHR> regions; global() member 191 std::vector<VkBufferImageCopy2KHR> regions; global() member 226 std::vector<VkImageResolve2KHR> regions; global() member [all...] |
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
H A D | PartitionInfo.java | 36 * mathematical terms, partition groups form an "equivalence class" for regions 71 * fully resolves all macro regions to their contained leaf regions. 85 // Parsing also flattens the list to the corresponding leaf regions, in addVariableExpression() 86 // so there should be no macro regions here. in addVariableExpression() 87 Set<String> regions = parseAndFlattenRegionExpression(expr, territories); in addVariableExpression() 94 // If we only wanted the set of regions for the negated variable, that in addVariableExpression() 101 // regions-for("$!foo") == !regions-for("$foo)) in addVariableExpression() 104 addVariable(variable, regions); in addVariableExpression() 110 addVariable(String variable, Iterable<String> regions) addVariable() argument [all...] |
H A D | LikelySubtagsBuilder.java | 209 // following entries, we must add the special "skip" value before writing the regions. in writeScripts() 215 Map<String, LSR> regions = scripts.get("*"); in writeScripts() 216 if (regions.size() > 1) { in writeScripts() 219 writeRegions(languageSpan, regions, lsrToIndex); in writeScripts() 222 (script, regions) -> languageSpan.with( in writeScripts() 224 span -> writeRegions(span, regions, lsrToIndex))); in writeScripts() 229 Trie.Span languageOrScriptSpan, Map<String, LSR> regions, Indexer<LSR, Integer> lsrToIndex) { in writeRegions() 230 checkArgument(!regions.isEmpty(), "invalid region table: %s", regions); in writeRegions() 233 if (regions in writeRegions() 228 writeRegions( Trie.Span languageOrScriptSpan, Map<String, LSR> regions, Indexer<LSR, Integer> lsrToIndex) writeRegions() argument [all...] |
/third_party/skia/third_party/externals/angle2/util/posix/ |
H A D | crash_handler_posix.cpp | 227 MemoryRegionArray regions; 293 regions.push_back(region); 294 regions.back().path.assign(line + path_index); 297 regions_out->swap(regions); 303 void SetBaseAddressesForMemoryRegions(MemoryRegionArray ®ions) 314 for (MappedMemoryRegion &r : regions) 365 bool CacheMemoryRegions(MemoryRegionArray ®ions) 376 if (!ParseProcMaps(contents, ®ions)) 382 SetBaseAddressesForMemoryRegions(regions); 416 const char *ResolveAddress(const MemoryRegionArray ®ions, [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | VulkanSecondaryCommandBuffer.h | 65 const VkImageBlit *regions, 87 const VkBufferCopy *regions); 93 const VkBufferImageCopy *regions); 98 const VkBufferImageCopy *regions); 104 const VkImageCopy *regions); 191 const VkImageResolve *regions); 243 const VkImageBlit *regions, in blitImage() 248 regions, filter); in blitImage() 310 const VkBufferCopy *regions) in copyBuffer() 313 CommandBuffer::copyBuffer(srcBuffer, destBuffer, regionCount, regions); in copyBuffer() 238 blitImage(const Image &srcImage, VkImageLayout srcImageLayout, const Image &dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageBlit *regions, VkFilter filter) blitImage() argument 307 copyBuffer(const Buffer &srcBuffer, const Buffer &destBuffer, uint32_t regionCount, const VkBufferCopy *regions) copyBuffer() argument 316 copyBufferToImage(VkBuffer srcBuffer, const Image &dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkBufferImageCopy *regions) copyBufferToImage() argument 326 copyImageToBuffer(const Image &srcImage, VkImageLayout srcImageLayout, VkBuffer dstBuffer, uint32_t regionCount, const VkBufferImageCopy *regions) copyImageToBuffer() argument 336 copyImage(const Image &srcImage, VkImageLayout srcImageLayout, const Image &dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageCopy *regions) copyImage() argument 584 resolveImage(const Image &srcImage, VkImageLayout srcImageLayout, const Image &dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageResolve *regions) resolveImage() argument [all...] |
H A D | vk_wrapper.h | 220 const VkImageBlit *regions, 242 const VkBufferCopy *regions); 248 const VkBufferImageCopy *regions); 253 const VkBufferImageCopy *regions); 259 const VkImageCopy *regions); 331 const VkImageResolve *regions); 689 const VkImageBlit *regions, in blitImage() 695 dstImageLayout, 1, regions, filter); in blitImage() 777 const VkBufferCopy *regions) in copyBuffer() 780 vkCmdCopyBuffer(mHandle, srcBuffer.getHandle(), destBuffer.getHandle(), regionCount, regions); in copyBuffer() 684 blitImage(const Image &srcImage, VkImageLayout srcImageLayout, const Image &dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageBlit *regions, VkFilter filter) blitImage() argument 774 copyBuffer(const Buffer &srcBuffer, const Buffer &destBuffer, uint32_t regionCount, const VkBufferCopy *regions) copyBuffer() argument 783 copyBufferToImage(VkBuffer srcBuffer, const Image &dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkBufferImageCopy *regions) copyBufferToImage() argument 795 copyImageToBuffer(const Image &srcImage, VkImageLayout srcImageLayout, VkBuffer dstBuffer, uint32_t regionCount, const VkBufferImageCopy *regions) copyImageToBuffer() argument 839 copyImage(const Image &srcImage, VkImageLayout srcImageLayout, const Image &dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageCopy *regions) copyImage() argument 975 resolveImage(const Image &srcImage, VkImageLayout srcImageLayout, const Image &dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageResolve *regions) resolveImage() argument [all...] |
H A D | SecondaryCommandBuffer.h | 539 const VkImageBlit *regions, 566 const VkBufferCopy *regions); 572 const VkBufferImageCopy *regions); 579 const VkImageCopy *regions); 585 const VkBufferImageCopy *regions); 671 const VkImageResolve *regions); 1004 const VkImageBlit *regions, in blitImage() 1015 paramStruct->region = regions[0]; in blitImage() 1081 const VkBufferCopy *regions) in copyBuffer() 1091 storePointerParameter(writePtr, regions, regionSiz in copyBuffer() 999 blitImage(const Image &srcImage, VkImageLayout srcImageLayout, const Image &dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageBlit *regions, VkFilter filter) blitImage() argument 1078 copyBuffer(const Buffer &srcBuffer, const Buffer &destBuffer, uint32_t regionCount, const VkBufferCopy *regions) copyBuffer() argument 1094 copyBufferToImage(VkBuffer srcBuffer, const Image &dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkBufferImageCopy *regions) copyBufferToImage() argument 1109 copyImage(const Image &srcImage, VkImageLayout srcImageLayout, const Image &dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageCopy *regions) copyImage() argument 1125 copyImageToBuffer(const Image &srcImage, VkImageLayout srcImageLayout, VkBuffer dstBuffer, uint32_t regionCount, const VkBufferImageCopy *regions) copyImageToBuffer() argument 1426 resolveImage(const Image &srcImage, VkImageLayout srcImageLayout, const Image &dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageResolve *regions) resolveImage() argument [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
H A D | structured_construct_to_block_reduction_opportunity_finder.cpp | 34 regions; in GetAvailableOpportunities() local 44 // which that block is contained gets complicated, so we ignore regions in GetAvailableOpportunities() 50 // Look through all the regions we have identified so far to see whether in GetAvailableOpportunities() 53 for (auto entry = regions.begin(); entry != regions.end();) { in GetAvailableOpportunities() 67 entry = regions.erase(entry); in GetAvailableOpportunities() 101 regions.emplace(&block, std::unordered_set<opt::BasicBlock*>()); in GetAvailableOpportunities() 104 // Now that we have found all the regions and blocks within them, we check in GetAvailableOpportunities() 108 for (auto& entry : regions) { in GetAvailableOpportunities()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
H A D | structured_construct_to_block_reduction_opportunity_finder.cpp | 34 regions; in GetAvailableOpportunities() local 44 // which that block is contained gets complicated, so we ignore regions in GetAvailableOpportunities() 50 // Look through all the regions we have identified so far to see whether in GetAvailableOpportunities() 53 for (auto entry = regions.begin(); entry != regions.end();) { in GetAvailableOpportunities() 67 entry = regions.erase(entry); in GetAvailableOpportunities() 101 regions.emplace(&block, std::unordered_set<opt::BasicBlock*>()); in GetAvailableOpportunities() 104 // Now that we have found all the regions and blocks within them, we check in GetAvailableOpportunities() 108 for (auto& entry : regions) { in GetAvailableOpportunities()
|
/third_party/spirv-tools/source/reduce/ |
H A D | structured_construct_to_block_reduction_opportunity_finder.cpp | 34 regions; in GetAvailableOpportunities() local 44 // which that block is contained gets complicated, so we ignore regions in GetAvailableOpportunities() 50 // Look through all the regions we have identified so far to see whether in GetAvailableOpportunities() 53 for (auto entry = regions.begin(); entry != regions.end();) { in GetAvailableOpportunities() 67 entry = regions.erase(entry); in GetAvailableOpportunities() 101 regions.emplace(&block, std::unordered_set<opt::BasicBlock*>()); in GetAvailableOpportunities() 104 // Now that we have found all the regions and blocks within them, we check in GetAvailableOpportunities() 108 for (auto& entry : regions) { in GetAvailableOpportunities()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
H A D | MetadataTableSchema.java | 39 * <li>{@link #EXTRA_REGIONS}: A list of additional regions shared by the calling code. 44 * <li>{@link #MOBILE_PORTABLE_REGIONS}: A list of regions in which mobile numbers are portable 65 public static Regions of(PhoneRegion... regions) { in of() argument 66 return new Regions(Arrays.asList(regions)); in of() 69 public static Regions of(Iterable<PhoneRegion> regions) { in of() argument 70 return new Regions(regions); in of() 73 private Regions(Iterable<PhoneRegion> regions) { in Regions() argument 74 super(regions, ',', naturalOrder(), true); in Regions() 110 /** A comma separated list of expected regions for the calling code. */ 131 * The default value for the "Timezone" column in the ranges table (in many regions, thi [all...] |
H A D | NumberingScheme.java | 95 "[%s] IDD prefixes must not be present for non-geographic regions", cc); in create() 97 "[%s] IDD prefixes must be present for all geographic regions", cc); in create() 112 "[%s] duplicated main region '%s' in extra regions: %s", in create() 114 // Main region comes first in iteration order, remaining regions are ordered naturally. in create() 120 "invalid mobile portable regions: %s", mobilePortableRegions); in create() 136 * Returns the regions represented by this numbering scheme. The main region is always present 137 * and listed first, and remaining regions are listed in "natural" order. 163 * Not all regions require a prefix for national dialling. 191 /** Returns the regions in which mobile numbers are portable between carriers. */ 222 // Adds the first comments for main and auxiliary regions, givin 256 checkPossibleRegions(Set<PhoneRegion> regions, RangeTable xmlTable) checkPossibleRegions() argument 542 checkExampleNumbers( Set<PhoneRegion> regions, RangeTable table, Table<PhoneRegion, ValidNumberType, DigitSequence> exampleNumbers) checkExampleNumbers() argument [all...] |
H A D | RangesTableSchema.java | 257 * the CSV regions multi-value. This allows region codes to be serialize in a single column (which 290 TreeSet<PhoneRegion> regions = new TreeSet<>(); in toCsv() 293 regions.clear(); in toCsv() 297 // We special case the regions column, converting a group of boolean columns into in toCsv() 303 regions.add(REGIONS.getKey(a.column())); in toCsv() 310 if (!regions.isEmpty()) { in toCsv() 311 csv.put(k, CSV_REGIONS, Regions.of(regions)); in toCsv() 330 // We special case the regions column, converting a comma separated list of region in toRangeTable()
|
/third_party/mesa3d/src/intel/tools/ |
H A D | intel_noop_drm_shim.c | 411 info->regions[0].region.memory_class = I915_MEMORY_CLASS_SYSTEM; in i915_ioctl_query() 412 info->regions[0].region.memory_instance = 0; in i915_ioctl_query() 416 info->regions[0].probed_size = 4ull * 1024 * 1024 * 1024; in i915_ioctl_query() 417 info->regions[0].unallocated_size = -1ll; in i915_ioctl_query() 419 info->regions[1].region.memory_class = I915_MEMORY_CLASS_DEVICE; in i915_ioctl_query() 420 info->regions[1].region.memory_instance = 0; in i915_ioctl_query() 421 info->regions[1].probed_size = 4ull * 1024 * 1024 * 1024; in i915_ioctl_query() 422 info->regions[1].unallocated_size = -1ll; in i915_ioctl_query()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 362 std::vector<CopyRegion> regions; member 951 for (deUint32 i = 0; i < m_params.regions.size(); i++) in generateExpectedResult() 952 copyRegionToTextureLevel(src, m_expectedTextureLevel[0]->getAccess(), m_params.regions[i]); in generateExpectedResult() 1359 for (deUint32 i = 0; i < m_params.regions.size(); i++) in iterate() 1361 VkImageCopy imageCopy = m_params.regions[i].imageCopy; in iterate() 1814 for (deUint32 i = 0; i < m_params.regions.size(); i++) in iterate() 1816 VkImageCopy imageCopy = m_params.regions[i].imageCopy; in iterate() 2273 for (deUint32 i = 0; i < m_params.regions.size(); i++) in iterate() 2277 bufferCopies.push_back(m_params.regions[i].bufferCopy); in iterate() 2282 bufferCopies2KHR.push_back(convertvkBufferCopyTovkBufferCopy2KHR(m_params.regions[ in iterate() 3716 std::vector<VkImageBlit> regions; iterate() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 310 std::vector<CopyRegion> regions; member 859 for (deUint32 i = 0; i < m_params.regions.size(); i++) in generateExpectedResult() 860 copyRegionToTextureLevel(src, m_expectedTextureLevel[0]->getAccess(), m_params.regions[i]); in generateExpectedResult() 1139 for (deUint32 i = 0; i < m_params.regions.size(); i++) in iterate() 1141 VkImageCopy imageCopy = m_params.regions[i].imageCopy; in iterate() 1601 for (deUint32 i = 0; i < m_params.regions.size(); i++) in iterate() 1603 VkImageCopy imageCopy = m_params.regions[i].imageCopy; in iterate() 2078 for (deUint32 i = 0; i < m_params.regions.size(); i++) in iterate() 2082 bufferCopies.push_back(m_params.regions[i].bufferCopy); in iterate() 2087 bufferCopies2KHR.push_back(convertvkBufferCopyTovkBufferCopy2KHR(m_params.regions[ in iterate() 3276 std::vector<VkImageBlit> regions; iterate() local 3859 floatNearestBlitCompare(const tcu::ConstPixelBufferAccess& source, const tcu::ConstPixelBufferAccess& result, const tcu::Vec4& sourceThreshold, const tcu::Vec4& resultThreshold, const tcu::PixelBufferAccess& errorMask, const std::vector<CopyRegion>& regions) floatNearestBlitCompare() argument 3907 intNearestBlitCompare(const tcu::ConstPixelBufferAccess& source, const tcu::ConstPixelBufferAccess& result, const tcu::PixelBufferAccess& errorMask, const std::vector<CopyRegion>& regions) intNearestBlitCompare() argument 4790 std::vector<VkImageBlit> regions; iterate() local [all...] |
/third_party/libunwind/libunwind/src/mi/ |
H A D | Gdyn-remote.c | 132 if (di->u.pi.regions) in free_dyn_info() 134 free_regions (di->u.pi.regions); in free_dyn_info() 135 di->u.pi.regions = NULL; in free_dyn_info() 170 || (ret = intern_regions (as, a, &first_region, &di->u.pi.regions, in intern_dyn_info()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkGpu.cpp | 816 // This fills in the 'regions' vector in preparation for copying a buffer to an image. 819 SkTArray<VkBufferImageCopy>* regions, in fill_in_compressed_regions() 832 regions->reserve_back(numMipLevels); in fill_in_compressed_regions() 857 VkBufferImageCopy& region = regions->push_back(); in fill_in_compressed_regions() 875 static size_t fill_in_compressed_regions(SkTArray<VkBufferImageCopy>* regions, in fill_in_compressed_regions() argument 880 SkASSERT(regions); in fill_in_compressed_regions() 888 regions->reserve_back(mipmapLevelCount); in fill_in_compressed_regions() 898 VkBufferImageCopy ®ion = regions->push_back(); in fill_in_compressed_regions() 983 SkTArray<VkBufferImageCopy> regions(mipLevelCount); in uploadTexDataOptimal() 997 VkBufferImageCopy& region = regions in uploadTexDataOptimal() 818 fill_in_compressed_regions(GrStagingBufferManager* stagingBufferManager, SkTArray<VkBufferImageCopy>* regions, SkTArray<size_t>* individualMipOffsets, GrStagingBufferManager::Slice* slice, SkImage::CompressionType compression, VkFormat vkFormat, SkISize dimensions, GrMipmapped mipmapped) fill_in_compressed_regions() argument 1058 SkTArray<VkBufferImageCopy> regions; uploadTexDataCompressed() local 1120 SkTArray<VkBufferImageCopy> regions; uploadTexDataCompressed() local 1881 SkTArray<VkBufferImageCopy> regions; onUpdateCompressedBackendTexture() local [all...] |
H A D | GrVkCommandBuffer.cpp | 491 std::vector<VkRect2D> regions; 502 regions.push_back(vkRect); 505 renderPassDamageRegionBeginInfo.regionCount = static_cast<uint32_t>(regions.size()); 506 renderPassDamageRegionBeginInfo.regions = regions.data(); 843 const VkBufferCopy* regions) { 849 const VkBufferCopy& region = regions[i]; 865 regions)); 927 const VkImageResolve* regions) { 941 regions)); [all...] |
/third_party/elfutils/src/ |
H A D | elfcmp.c | 98 /* Structure to hold information about used regions. */ 257 struct region *regions = NULL; in main() local 295 newp->next = regions; in main() 296 regions = newp; in main() 578 phdr_region.next = regions; in main() 580 regions = &ehdr_region; in main() 604 regionsarr[cnt] = *regions; in main() 605 regions = regions->next; in main()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | Region.java | 27 * "regions" as "countries" when defining the characteristics of a locale. Region codes There are different 36 * CONTINENTS ( regions contained directly by WORLD ), and SUBCONTINENTS ( things contained directly 65 * RegionType is an enumeration defining the different types of regions. Current possible 122 private static Map<String,Region> regionIDMap = null; // Map from ID the regions 123 private static Map<Integer,Region> numericCodeMap = null; // Map from numeric code to the regions 126 private static ArrayList<Region> regions = null; // This is the main data structure where the Regions are stored. field in Region 140 * contains the basic relationships such as which regions are known, what the numeric 216 regions = new ArrayList<Region>(regionCodes.size()); in loadRegionData() 218 // First process the region codes and create the primary array of regions. in loadRegionData() 231 regions in loadRegionData() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | Region.java | 28 * "regions" as "countries" when defining the characteristics of a locale. Region codes There are different 37 * CONTINENTS ( regions contained directly by WORLD ), and SUBCONTINENTS ( things contained directly 66 * RegionType is an enumeration defining the different types of regions. Current possible 116 private static Map<String,Region> regionIDMap = null; // Map from ID the regions 117 private static Map<Integer,Region> numericCodeMap = null; // Map from numeric code to the regions 120 private static ArrayList<Region> regions = null; // This is the main data structure where the Regions are stored. field in Region 134 * contains the basic relationships such as which regions are known, what the numeric 210 regions = new ArrayList<Region>(regionCodes.size()); in loadRegionData() 212 // First process the region codes and create the master array of regions. in loadRegionData() 225 regions in loadRegionData() [all...] |
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | SupplementalData.java | 333 List<String> regions = LIST_SPLITTER.splitToList(replacementRegions); in replaceDeprecatedTags() 334 checkArgument(!regions.isEmpty(), "invalid empty region list for %s", localeId); in replaceDeprecatedTags() 335 if (regions.size() == 1) { in replaceDeprecatedTags() 336 id.setRegion(regions.get(0)); in replaceDeprecatedTags() 345 if (regions.contains(likelyRegion)) { in replaceDeprecatedTags() 348 id.setRegion(regions.get(0)); in replaceDeprecatedTags()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_gem.c | 70 struct drm_i915_gem_memory_class_instance *regions) in anv_gem_create_regions() 78 .regions = (uintptr_t)regions, in anv_gem_create_regions() 68 anv_gem_create_regions(struct anv_device *device, uint64_t anv_bo_size, uint32_t flags, uint32_t num_regions, struct drm_i915_gem_memory_class_instance *regions) anv_gem_create_regions() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 110 // How many regions to render to in multi-pass tests 1960 void getDrawRegions(WorkingData& wd, UVec4 regions[RegionCount]) in getDrawRegions() argument 1962 static_assert(RegionCount == 4, "Update this function to generate the correct number of regions"); in getDrawRegions() 1968 regions[0] = UVec4(wd.renderArea.x(), wd.renderArea.y(), oneThirdRenderAreaSize.x(), oneThirdRenderAreaSize.y()); in getDrawRegions() 1969 regions[1] = UVec4(renderAreaSplit.x(), wd.renderArea.y(), twoThirdsRenderAreaSize.x(), oneThirdRenderAreaSize.y()); in getDrawRegions() 1970 regions[2] = UVec4(wd.renderArea.x(), renderAreaSplit.y(), oneThirdRenderAreaSize.x(), twoThirdsRenderAreaSize.y()); in getDrawRegions() 1971 regions[3] = UVec4(renderAreaSplit.x(), renderAreaSplit.y(), twoThirdsRenderAreaSize.x(), twoThirdsRenderAreaSize.y()); in getDrawRegions() 3190 void dispatchVerifyClearAttachments(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects, const UVec4 regions[RegionCount], const VkClearValue clearValues[RegionCount - 1][4]) in dispatchVerifyClearAttachments() argument 3215 // Verify regions 0 and 1 have gradient colors. in dispatchVerifyClearAttachments() 3218 vk.cmdPushConstants(*testObjects.cmdBuffer, *verifyPipelineLayout, VK_SHADER_STAGE_COMPUTE_BIT, 0, sizeof(UVec4), ®ions[regionNd in dispatchVerifyClearAttachments() 3378 UVec4 regions[RegionCount]; drawClearAttachments() local 3521 drawOnePass(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects, const ShaderWrapper& vertexModule, const PipelineLayoutWrapper& pipelineLayout, const deUint32 passNdx, const deUint32 subpassNdx, UVec4 regions[RegionCount], VkPipelineRenderingCreateInfo* pipelineRenderingCreateInfo) drawOnePass() argument 3619 dispatchVerifyMultiPassRendering(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects, UVec4 regions[RegionCount]) dispatchVerifyMultiPassRendering() argument 3723 UVec4 regions[RegionCount]; drawSingleRenderPass() local 3782 UVec4 regions[RegionCount]; drawMultiRenderPass() local 4623 UVec4 regions[RegionCount]; drawInputAttachments() local [all...] |