Home
last modified time | relevance | path

Searched refs:size (Results 28876 - 28900 of 41719) sorted by relevance

1...<<1151115211531154115511561157115811591160>>...1669

/kernel/linux/linux-6.6/drivers/md/
H A Dmd-bitmap.c145 struct page *page, unsigned long index, int size) in read_sb_page()
153 u32 iosize = roundup(size, bdev_logical_block_size(rdev->bdev)); in read_sb_page()
232 unsigned int size = PAGE_SIZE; in __write_sb_page() local
243 size = roundup(last_page_size, bdev_logical_block_size(bdev)); in __write_sb_page()
244 opt_size = optimal_io_size(bdev, last_page_size, size); in __write_sb_page()
258 size = bitmap_io_size(size, opt_size, offset + ps, 0); in __write_sb_page()
259 if (size == 0) in __write_sb_page()
268 size = bitmap_io_size(size, opt_siz in __write_sb_page()
144 read_sb_page(struct mddev *mddev, loff_t offset, struct page *page, unsigned long index, int size) read_sb_page() argument
[all...]
/kernel/linux/linux-6.6/sound/pci/ice1712/
H A Dice1712.c1526 snd_iprintf(buffer, " Size : %i bytes\n", ice->eeprom.size); in snd_ice1712_proc_read()
1543 for (idx = 0x1c; idx < ice->eeprom.size; idx++) in snd_ice1712_proc_read()
2238 unsigned int i, size; in snd_ice1712_read_eeprom() local
2275 ice->eeprom.size = c->eeprom_size + 6; in snd_ice1712_read_eeprom()
2284 ice->eeprom.size = snd_ice1712_read_i2c(ice, dev, 0x04); in snd_ice1712_read_eeprom()
2285 if (ice->eeprom.size < 6) in snd_ice1712_read_eeprom()
2286 ice->eeprom.size = 32; /* FIXME: any cards without the correct size? */ in snd_ice1712_read_eeprom()
2287 else if (ice->eeprom.size > 32) { in snd_ice1712_read_eeprom()
2289 "invalid EEPROM (size in snd_ice1712_read_eeprom()
[all...]
/third_party/backends/backend/
H A Dmagicolor.c202 size_t size, max_size = 0; in max_string_size() local
206 size = strlen(strings[i]) + 1; in max_string_size()
207 if (size > max_size) in max_string_size()
208 max_size = size; in max_string_size()
240 /* We don't have a packet wrapper, which holds packet size etc., so we
246 size_t size, read = 0; in sanei_magicolor_net_read() local
260 size = sanei_tcp_read(s->fd, buf + read, wanted - read); in sanei_magicolor_net_read()
262 if (size == 0) in sanei_magicolor_net_read()
265 read += size; in sanei_magicolor_net_read()
472 /* If any of the two args has size in mc_create_buffer2()
[all...]
/third_party/node/test/fixtures/wpt/resources/
H A Didlharness.js2510 const sizeDesc = Object.getOwnPropertyDescriptor(proto, "size");
2511 assert_equals(typeof sizeDesc.get, "function", `size getter should be a function`);
2512 assert_equals(sizeDesc.set, undefined, `size should not have a setter`);
2513 assert_equals(sizeDesc.enumerable, false, `size enumerable`);
2514 assert_equals(sizeDesc.configurable, true, `size configurable`);
2515 assert_equals(sizeDesc.get.length, 0, `size getter length should have the right length`);
2516 assert_equals(sizeDesc.get.name, "get size", `size getter have the right name`);
2555 const sizeDesc = Object.getOwnPropertyDescriptor(proto, "size");
2556 assert_equals(typeof sizeDesc.get, "function", `size gette
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/bn/
H A Drsaz-x86_64.s706 .size rsaz_512_sqr,.-rsaz_512_sqr
812 .size rsaz_512_mul,.-rsaz_512_mul
1245 .size rsaz_512_mul_gather4,.-rsaz_512_mul_gather4
1365 .size rsaz_512_mul_scatter4,.-rsaz_512_mul_scatter4
1452 .size rsaz_512_mul_by_one,.-rsaz_512_mul_by_one
1537 .size __rsaz_512_reduce,.-__rsaz_512_reduce
1595 .size __rsaz_512_reducex,.-__rsaz_512_reducex
1654 .size __rsaz_512_subtract,.-__rsaz_512_subtract
1798 .size __rsaz_512_mul,.-__rsaz_512_mul
1920 .size __rsaz_512_mul
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/bn/
H A Drsaz-x86_64.s706 .size rsaz_512_sqr,.-rsaz_512_sqr
812 .size rsaz_512_mul,.-rsaz_512_mul
1245 .size rsaz_512_mul_gather4,.-rsaz_512_mul_gather4
1365 .size rsaz_512_mul_scatter4,.-rsaz_512_mul_scatter4
1452 .size rsaz_512_mul_by_one,.-rsaz_512_mul_by_one
1537 .size __rsaz_512_reduce,.-__rsaz_512_reduce
1595 .size __rsaz_512_reducex,.-__rsaz_512_reducex
1654 .size __rsaz_512_subtract,.-__rsaz_512_subtract
1798 .size __rsaz_512_mul,.-__rsaz_512_mul
1920 .size __rsaz_512_mul
[all...]
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/bn/
H A Drsaz-x86_64.s706 .size rsaz_512_sqr,.-rsaz_512_sqr
812 .size rsaz_512_mul,.-rsaz_512_mul
1245 .size rsaz_512_mul_gather4,.-rsaz_512_mul_gather4
1365 .size rsaz_512_mul_scatter4,.-rsaz_512_mul_scatter4
1452 .size rsaz_512_mul_by_one,.-rsaz_512_mul_by_one
1537 .size __rsaz_512_reduce,.-__rsaz_512_reduce
1595 .size __rsaz_512_reducex,.-__rsaz_512_reducex
1654 .size __rsaz_512_subtract,.-__rsaz_512_subtract
1798 .size __rsaz_512_mul,.-__rsaz_512_mul
1920 .size __rsaz_512_mul
[all...]
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/bn/
H A Drsaz-x86_64.s706 .size rsaz_512_sqr,.-rsaz_512_sqr
812 .size rsaz_512_mul,.-rsaz_512_mul
1245 .size rsaz_512_mul_gather4,.-rsaz_512_mul_gather4
1365 .size rsaz_512_mul_scatter4,.-rsaz_512_mul_scatter4
1452 .size rsaz_512_mul_by_one,.-rsaz_512_mul_by_one
1537 .size __rsaz_512_reduce,.-__rsaz_512_reduce
1595 .size __rsaz_512_reducex,.-__rsaz_512_reducex
1654 .size __rsaz_512_subtract,.-__rsaz_512_subtract
1798 .size __rsaz_512_mul,.-__rsaz_512_mul
1920 .size __rsaz_512_mul
[all...]
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/bn/
H A Drsaz-x86_64.s706 .size rsaz_512_sqr,.-rsaz_512_sqr
812 .size rsaz_512_mul,.-rsaz_512_mul
1245 .size rsaz_512_mul_gather4,.-rsaz_512_mul_gather4
1365 .size rsaz_512_mul_scatter4,.-rsaz_512_mul_scatter4
1452 .size rsaz_512_mul_by_one,.-rsaz_512_mul_by_one
1537 .size __rsaz_512_reduce,.-__rsaz_512_reduce
1595 .size __rsaz_512_reducex,.-__rsaz_512_reducex
1654 .size __rsaz_512_subtract,.-__rsaz_512_subtract
1798 .size __rsaz_512_mul,.-__rsaz_512_mul
1920 .size __rsaz_512_mul
[all...]
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/bn/
H A Drsaz-x86_64.s706 .size rsaz_512_sqr,.-rsaz_512_sqr
812 .size rsaz_512_mul,.-rsaz_512_mul
1245 .size rsaz_512_mul_gather4,.-rsaz_512_mul_gather4
1365 .size rsaz_512_mul_scatter4,.-rsaz_512_mul_scatter4
1452 .size rsaz_512_mul_by_one,.-rsaz_512_mul_by_one
1537 .size __rsaz_512_reduce,.-__rsaz_512_reduce
1595 .size __rsaz_512_reducex,.-__rsaz_512_reducex
1654 .size __rsaz_512_subtract,.-__rsaz_512_subtract
1798 .size __rsaz_512_mul,.-__rsaz_512_mul
1920 .size __rsaz_512_mul
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_descriptors.c202 size_t size = sizeof(struct zink_descriptor_reference); in pop_desc_set_ref() local
203 unsigned num_elements = refs->size / size; in pop_desc_set_ref()
208 util_dynarray_pop_ptr(refs, struct zink_descriptor_reference), size); in pop_desc_set_ref() local
1066 pdd_cached(pg)->num_refs[type] += shader->bindings[type][j].size; in create_descriptor_ref_template()
1086 for (unsigned k = 0; k < shader->bindings[type][j].size; k++) { in create_descriptor_ref_template()
1269 wd->descriptorCount = shader ? shader->bindings[type][idx].size : 1; in init_write_descriptor()
1436 for (unsigned k = 0; k < shader->bindings[type][j].size; k++) { in update_descriptors_internal()
1615 for (unsigned k = 0; k < zs->bindings[ZINK_DESCRIPTOR_TYPE_UBO][i].size; k++) { in calc_descriptor_state_hash_ubo()
1631 for (unsigned k = 0; k < zs->bindings[ZINK_DESCRIPTOR_TYPE_SSBO][i].size; in calc_descriptor_state_hash_ssbo()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineFramebufferAttachmentTests.cpp102 return vec.size() * sizeof(vec[0]); in sizeInBytes()
191 static_cast<deUint32>(subpasses.size()), // deUint32 subpassCount; in makeRenderPass()
278 const IVec3& size, in makeImage()
290 makeExtent3D(size), // VkExtent3D extent; in makeImage()
530 // Render pass: this should render only to the area defined by renderSize (smaller than the size of the attachment) in test()
640 VK_WHOLE_SIZE, // VkDeviceSize size; in test()
932 VK_WHOLE_SIZE, // VkDeviceSize size; in testNoAtt()
1049 // Vary attachment sizes by adding an offset to the base size. in testMultiAttachments()
1193 // Render pass: this should render only to the area defined by renderSize (smaller than the size of the attachment) in testMultiAttachments()
1302 VK_WHOLE_SIZE, // VkDeviceSize size; in testMultiAttachments()
273 makeImage(const DeviceInterface& vk, const VkDevice device, const VkImageCreateFlags flags, const VkImageType imageType, const VkFormat format, const IVec3& size, const deUint32 numLayers, const VkImageUsageFlags usage, const bool multisample) makeImage() argument
1324 const IVec3 size = differentSizeTest ? attachmentSizes[renderTargetIdx] : caseDef.attachmentSize; testMultiAttachments() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktDeviceObjectReservationTests.cpp195 VkDeviceSize size, in allocateDeviceMemory()
205 size, // allocationSize in allocateDeviceMemory()
214 VkDeviceSize size, in createBuffers()
226 size, // size in createBuffers()
238 deUint32 size, in createImages()
253 size, // deUint32 width in createImages()
254 size, // deUint32 height in createImages()
303 const VkDeviceSize size, in createBufferViews()
317 size // VkDeviceSiz in createBufferViews()
193 allocateDeviceMemory(const DeviceInterface& vkd, const VkDevice device, VkDeviceSize size, std::vector<DeviceMemorySp>::iterator begin, std::vector<DeviceMemorySp>::iterator end) allocateDeviceMemory() argument
212 createBuffers(const DeviceInterface& vkd, const VkDevice device, VkDeviceSize size, std::vector<BufferSp>::iterator begin, std::vector<BufferSp>::iterator end) createBuffers() argument
236 createImages(const DeviceInterface& vkd, const VkDevice device, deUint32 size, std::vector<ImageSp>::iterator begin, std::vector<ImageSp>::iterator end) createImages() argument
300 createBufferViews(const DeviceInterface& vkd, const VkDevice device, const VkBuffer buffer, const VkDeviceSize size, std::vector<BufferViewSp>::iterator begin, std::vector<BufferViewSp>::iterator end) createBufferViews() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES31.cpp292 static_cast<GLuint>(programObject->getState().getProgramInputs().size())); in ValidateProgramResourceIndex()
477 // An INVALID_VALUE error is generated if indirect is not a multiple of the size, in basic in ValidateDrawIndirectBase()
527 // which's size is 4 * sizeof(uint). in ValidateDrawArraysIndirect()
565 // which's size is 5 * sizeof(uint). in ValidateDrawElementsIndirect()
1359 GLint size, in ValidateVertexAttribFormat()
1369 return ValidateFloatVertexFormat(context, entryPoint, attribindex, size, type); in ValidateVertexAttribFormat()
1375 GLint size, in ValidateVertexAttribIFormat()
1384 return ValidateIntegerVertexFormat(context, entryPoint, attribindex, size, type); in ValidateVertexAttribIFormat()
3115 GLsizeiptr size) in ValidateTexBufferRangeOES()
3125 offset, size); in ValidateTexBufferRangeOES()
1356 ValidateVertexAttribFormat(const Context *context, angle::EntryPoint entryPoint, GLuint attribindex, GLint size, VertexAttribType type, GLboolean normalized, GLuint relativeoffset) ValidateVertexAttribFormat() argument
1372 ValidateVertexAttribIFormat(const Context *context, angle::EntryPoint entryPoint, GLuint attribindex, GLint size, VertexAttribType type, GLuint relativeoffset) ValidateVertexAttribIFormat() argument
3109 ValidateTexBufferRangeOES(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum internalformat, BufferID bufferPacked, GLintptr offset, GLsizeiptr size) ValidateTexBufferRangeOES() argument
3145 ValidateTexBufferRangeEXT(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum internalformat, BufferID bufferPacked, GLintptr offset, GLsizeiptr size) ValidateTexBufferRangeEXT() argument
3227 ValidateTexBufferRangeBase(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum internalformat, BufferID bufferPacked, GLintptr offset, GLsizeiptr size) ValidateTexBufferRangeBase() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp78 // | parameter area for | variable-size | fixed-size |LR| arg
81 // <- size known -> <- size unknown -> <- size known ->
146 // Rs - minimum size (the actual allocated can be larger to accommodate
272 for (unsigned I = 1, E = CSI.size(); I < E; ++I) { in getMaxCalleeSavedReg()
456 for (unsigned i = 1, n = SFBlocks.size(); i < n; ++i) { in findShrunkPrologEpilog()
462 for (unsigned i = 1, n = SFBlocks.size(); i < n; ++i) { in findShrunkPrologEpilog()
593 // Calculate the total stack frame size in insertPrologueInBlock()
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidation_state.cpp259 return unresolved_forward_ids_.size(); in unresolved_forward_id_count()
529 ordered_instructions_.back().SetLineNum(ordered_instructions_.size()); in AddOrderedInstruction()
563 for (size_t i = 0; i < inst->operands().size(); ++i) { in RegisterInstruction()
834 for (size_t index = 0; index < inst->operands().size(); ++index) { in RegisterUniqueTypeDeclaration()
841 assert(words_end <= static_cast<int>(inst->words().size())); in RegisterUniqueTypeDeclaration()
1342 if (inst->words().size() == 4) { in GetConstantValUint64()
1345 assert(inst->words().size() == 5); in GetConstantValUint64()
1373 assert(inst->words().size() == 4); in EvalInt32IfConst()
1524 if (lhs->operands().size() != rhs->operands().size()) { in LogicallyMatch()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktDeviceObjectReservationTests.cpp195 VkDeviceSize size, in allocateDeviceMemory()
205 size, // allocationSize in allocateDeviceMemory()
214 VkDeviceSize size, in createBuffers()
226 size, // size in createBuffers()
238 deUint32 size, in createImages()
253 size, // deUint32 width in createImages()
254 size, // deUint32 height in createImages()
303 const VkDeviceSize size, in createBufferViews()
317 size // VkDeviceSiz in createBufferViews()
193 allocateDeviceMemory(const DeviceInterface& vkd, const VkDevice device, VkDeviceSize size, std::vector<DeviceMemorySp>::iterator begin, std::vector<DeviceMemorySp>::iterator end) allocateDeviceMemory() argument
212 createBuffers(const DeviceInterface& vkd, const VkDevice device, VkDeviceSize size, std::vector<BufferSp>::iterator begin, std::vector<BufferSp>::iterator end) createBuffers() argument
236 createImages(const DeviceInterface& vkd, const VkDevice device, deUint32 size, std::vector<ImageSp>::iterator begin, std::vector<ImageSp>::iterator end) createImages() argument
300 createBufferViews(const DeviceInterface& vkd, const VkDevice device, const VkBuffer buffer, const VkDeviceSize size, std::vector<BufferViewSp>::iterator begin, std::vector<BufferViewSp>::iterator end) createBufferViews() argument
[all...]
/kernel/linux/linux-5.10/drivers/dma/
H A Dste_dma40.c331 * @size: The size in bytes of the memory at base or the size of pre_alloc_lli.
337 int size; member
491 * @backup_size: the size of the registers address array for backup
499 * @il_size: the size of d40_interrupt_lookup array
501 * @init_reg_size: the size of d40_reg_val array
554 * @lcpa_size: The size of the LCPA area.
648 d40d->lli_pool.size = sizeof(d40d->lli_pool.pre_alloc_lli); in d40_pool_lli_alloc()
651 d40d->lli_pool.size in d40_pool_lli_alloc()
997 d40_size_2_dmalen(int size, u32 data_width1, u32 data_width2) d40_size_2_dmalen() argument
2475 d40_prep_memcpy(struct dma_chan *chan, dma_addr_t dst, dma_addr_t src, size_t size, unsigned long dma_flags) d40_prep_memcpy() argument
[all...]
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c249 int sas; /* spare area size, per flash cache */
740 /* Maximum spare area sector size (per 512B) */ in brcmnand_revision_init()
1450 * @sas: spare area sector size (i.e., OOB size per FLASH_CACHE)
1459 /* Adjust OOB values for 1K sector size */ in read_oob_from_regs()
1473 * @sas: spare area sector size (i.e., OOB size per FLASH_CACHE)
1484 /* Adjust OOB values for 1K sector size */ in write_oob_to_regs()
2231 ecc_chunk = buf + chip->ecc.size * i; in brcmstb_nand_verify_erased_page()
2236 ret = nand_check_erased_ecc_chunk(ecc_chunk, chip->ecc.size, in brcmstb_nand_verify_erased_page()
2645 get_blk_adr_bytes(u64 size, u32 writesize) get_blk_adr_bytes() argument
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H A Dste_dma40.c360 * @size: The size in bytes of the memory at base or the size of pre_alloc_lli.
366 int size; member
520 * @backup_size: the size of the registers address array for backup
528 * @il_size: the size of d40_interrupt_lookup array
530 * @init_reg_size: the size of d40_reg_val array
581 * @lcpa_size: The size of the LCPA area.
673 d40d->lli_pool.size = sizeof(d40d->lli_pool.pre_alloc_lli); in d40_pool_lli_alloc()
676 d40d->lli_pool.size in d40_pool_lli_alloc()
1022 d40_size_2_dmalen(int size, u32 data_width1, u32 data_width2) d40_size_2_dmalen() argument
2498 d40_prep_memcpy(struct dma_chan *chan, dma_addr_t dst, dma_addr_t src, size_t size, unsigned long dma_flags) d40_prep_memcpy() argument
[all...]
/kernel/linux/linux-6.6/block/
H A Dsed-opal.c54 * pointer to the position in the buffer where the token starts, and the size
588 len_out = min_t(u64, discv_out->size, hlen); in opal_discovery0_end()
592 discv_out->size = hlen; /* actual size of data */ in opal_discovery0_end()
1032 pr_debug("Response size: cp: %u, pkt: %u, subpkt: %u\n", in response_parse()
1397 u64 offset, u64 size, const u8 *uid) in generic_table_write_data()
1408 pr_debug("Couldn't get the table size\n"); in generic_table_write_data()
1413 if (size > len || offset > len - size) { in generic_table_write_data()
1415 offset + size, le in generic_table_write_data()
1396 generic_table_write_data(struct opal_dev *dev, const u64 data, u64 offset, u64 size, const u8 *uid) generic_table_write_data() argument
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dpktgen.c188 pf(TXSIZE_RND) /* Transmit size is random */ \
249 u64 size; member
576 pkt_dev->imix_entries[i].size, in pktgen_if_show()
705 pkt_dev->imix_entries[i].size, in pktgen_if_show()
836 * where each entry consists of size and weight delimited by commas.
851 unsigned long size; in get_imix_entries() local
853 len = num_arg(&buffer[i], max_digits, &size); in get_imix_entries()
864 if (size < 14 + 20 + 8) in get_imix_entries()
865 size = 14 + 20 + 8; in get_imix_entries()
873 pkt_dev->imix_entries[pkt_dev->n_imix_entries].size in get_imix_entries()
2836 unsigned int size; pktgen_alloc_skb() local
[all...]
/third_party/ffmpeg/libavformat/
H A Ddashenc.c337 AVRational *frame_rate, char *str, int size) { in set_vp9_codec_str()
341 av_strlcatf(str, size, "vp09.%02d.%02d.%02d", in set_vp9_codec_str()
346 av_strlcpy(str, "vp9", size); in set_vp9_codec_str()
352 AVRational *frame_rate, char *str, int size) in set_codec_str()
362 set_vp9_codec_str(s, par, frame_rate, str, size); in set_codec_str()
364 av_strlcpy(str, codecs[i].str, size); in set_codec_str()
382 if (size < 5) in set_codec_str()
392 av_strlcatf(str, size, ".%02"PRIx32, oti); in set_codec_str()
401 av_strlcatf(str, size, ".%d", aot); in set_codec_str()
426 av_strlcatf(str, size, " in set_codec_str()
336 set_vp9_codec_str(AVFormatContext *s, AVCodecParameters *par, AVRational *frame_rate, char *str, int size) set_vp9_codec_str() argument
351 set_codec_str(AVFormatContext *s, AVCodecParameters *par, AVRational *frame_rate, char *str, int size) set_codec_str() argument
776 format_date(char *buf, int size, int64_t time_us) format_date() argument
2156 int size; dash_write_packet() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dusrchtst.c373 matchlength = search.size[count]; in assertEqualWithUStringSearch()
415 matchlength = search.size[count]; in assertEqualWithUStringSearch()
480 matchlength = search.size[count]; in assertEqualWithUStringSearch()
532 matchlength = search.size[count]; in assertEqualWithUStringSearch()
1112 /* enormous pattern size to see if this crashes */ in TestPattern()
1119 log_err("Error setting pattern with size 512, %s \n", in TestPattern()
1269 int32_t matchlength = search.size[count]; in TestGetSetOffset()
1451 int32_t matchlength = search.size[count]; in TestGetMatch()
1479 log_err("Error getting match text with buffer size 0\n"); in TestGetMatch()
1485 log_err("Error getting match text with exact size\ in TestGetMatch()
1525 int size = 0; TestSetMatch() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktPrimitivesGeneratedQueryTests.cpp373 auto framebuffer = makeFramebuffer(vk, device, *renderPass, (deUint32)imageViews.size(), imageViews.data(), IMAGE_WIDTH, IMAGE_HEIGHT); in iterate()
624 VK_WHOLE_SIZE // VkDeviceSize size in iterate()
654 vk.getQueryPoolResults(device, *pgqPool, 0u, m_parameters.queryCount, pgqResults.size(), pgqResults.data(), pgqResultSize, pgqResultFlags); in iterate()
657 vk.getQueryPoolResults(device, *xfbPool, 0u, m_parameters.queryCount, xfbResults.size(), xfbResults.data(), xfbResultSize, xfbResultFlags); in iterate()
665 deMemcpy(pgqResults.data(), pgqResultsBufferAlloc->getHostPtr(), pgqResults.size()); in iterate()
670 deMemcpy(xfbResults.data(), xfbResultsBufferAlloc->getHostPtr(), xfbResults.size()); in iterate()
1808 vk.getQueryPoolResults(device, *pgqPool, 0, pgqQueryCount, pgqResults.size(), pgqResults.data(), pgqResults.size(), pgqResultFlags); in iterate()
1810 vk.getQueryPoolResults(device, *xfbPool, i, 1, xfbResults[i].size(), xfbResults[i].data(), xfbResults[i].size(), xfbResultFlag in iterate()
[all...]

Completed in 129 milliseconds

1...<<1151115211531154115511561157115811591160>>...1669