/third_party/spirv-tools/source/opt/ |
H A D | invocation_interlock_placement_pass.cpp | 61 return cfg()->preds(block_id).size() == 1; in hasSingleNextBlock() 120 if (to_kill.size() <= 1) {
|
/third_party/spirv-tools/source/val/ |
H A D | validate_non_uniform.cpp | 328 if (inst->operands().size() <= 5) { in ValidateGroupNonUniformArithmetic() 390 if (inst->words().size() > 6) { in ValidateGroupNonUniformRotateKHR()
|
/third_party/spirv-tools/test/val/ |
H A D | val_layout_test.cpp | 116 ::testing::Combine(::testing::Range((int)0, (int)getInstructions().size()), 162 std::vector<std::string> code(getInstructions().size()); in GenerateCode()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboMultisampleTests.cpp | 58 BasicFboMultisampleCase (Context& context, const char* name, const char* desc, deUint32 colorFormat, deUint32 depthStencilFormat, const IVec2& size, int numSamples) in BasicFboMultisampleCase() argument 62 , m_size (size) in BasicFboMultisampleCase()
|
H A D | es3fImplementationLimitTests.cpp | 366 if (a.size() != b.size()) in compareExtensionLists()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/ |
H A D | vktMultiViewRenderUtil.cpp | 168 const deUint32 subpassCount = static_cast<deUint32>(viewMasks.size()); in makeRenderPass() 367 const deUint32 subpassCount = static_cast<deUint32>(viewMasks.size()); in makeRenderPassWithAttachments()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsBallotBroadcastTests.cpp | 296 TCU_THROW(NotSupportedError, "Device does not support varying subgroup sizes nor required subgroup size"); in supportedCheck() 304 TCU_THROW(NotSupportedError, "Unsupported subgroup size"); in supportedCheck() 308 TCU_THROW(NotSupportedError, "Required subgroup size is not supported for shader stage"); in supportedCheck() 477 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsBallotBroadcastTests() 614 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsBallotBroadcastTests()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | util.cpp | 438 ImmutableStringBuilder arrayString(arraySizes.size() * (kMaxDecimalDigitsPerSize + 2u)); 998 for (size_t fieldIndex = 0; fieldIndex < fieldList.size(); ++fieldIndex) in FindFieldIndex()
|
/third_party/backends/backend/ |
H A D | mustek_usb2_asic.c | 210 SetRWSize (PAsic chip, SANE_Byte ReadWrite, unsigned int size) in SetRWSize() argument 217 status = Mustek_SendData (chip, 0x7C, (SANE_Byte) (size)); in SetRWSize() 220 status = Mustek_SendData (chip, 0x7D, (SANE_Byte) (size >> 8)); in SetRWSize() 223 status = Mustek_SendData (chip, 0x7E, (SANE_Byte) (size >> 16)); in SetRWSize() 226 status = Mustek_SendData (chip, 0x7F, (SANE_Byte) (size >> 24)); in SetRWSize() 232 status = Mustek_SendData (chip, 0x7C, (SANE_Byte) (size >> 1)); in SetRWSize() 235 status = Mustek_SendData (chip, 0x7D, (SANE_Byte) (size >> 9)); in SetRWSize() 238 status = Mustek_SendData (chip, 0x7E, (SANE_Byte) (size >> 17)); in SetRWSize() 241 status = Mustek_SendData (chip, 0x7F, (SANE_Byte) (size >> 25)); in SetRWSize() 251 Mustek_DMARead (PAsic chip, unsigned int size, SANE_Byt argument 307 Mustek_DMAWrite(PAsic chip, unsigned int size, SANE_Byte * lpdata) Mustek_DMAWrite() argument [all...] |
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_cmd_buffer.c | 260 if (cmd_buffer->depth_bias_array.size > 0) { in pvr_cmd_buffer_upload_tables() 265 cmd_buffer->depth_bias_array.size, in pvr_cmd_buffer_upload_tables() 272 if (cmd_buffer->scissor_array.size > 0) { in pvr_cmd_buffer_upload_tables() 276 cmd_buffer->scissor_array.size, in pvr_cmd_buffer_upload_tables() 317 const size_t size, in pvr_cmd_buffer_upload_general() 329 size, in pvr_cmd_buffer_upload_general() 1167 * size of common store alloc blocks: in pvr_compute_flat_slot_size() 1217 /* In this case, the work group size will have been padded up to the in pvr_compute_flat_slot_size() 1368 /* We don't need to pad work-group size for this case. */ in pvr_compute_generate_idfwdf() 1408 /* We don't need to pad work-group size fo in pvr_compute_generate_fence() 315 pvr_cmd_buffer_upload_general(struct pvr_cmd_buffer *const cmd_buffer, const void *const data, const size_t size, struct pvr_bo **const pvr_bo_out) pvr_cmd_buffer_upload_general() argument 1659 pvr_cmd_buffer_alloc_mem(struct pvr_cmd_buffer *cmd_buffer, struct pvr_winsys_heap *heap, uint64_t size, uint32_t flags, struct pvr_bo **const pvr_bo_out) pvr_cmd_buffer_alloc_mem() argument 2105 pvr_CmdPushConstants(VkCommandBuffer commandBuffer, VkPipelineLayout layout, VkShaderStageFlags stageFlags, uint32_t offset, uint32_t size, const void *pValues) pvr_CmdPushConstants() argument 2386 const size_t size = pRenderPassBegin->clearValueCount * pvr_cmd_buffer_set_clear_values() local [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/poly1305/ |
H A D | poly1305-x86_64.s | 52 .size poly1305_init,.-poly1305_init 167 .size poly1305_blocks,.-poly1305_blocks 194 .size poly1305_emit,.-poly1305_emit 239 .size __poly1305_block,.-__poly1305_block 403 .size __poly1305_init_avx,.-__poly1305_init_avx 1238 .size poly1305_blocks_avx,.-poly1305_blocks_avx 1295 .size poly1305_emit_avx,.-poly1305_emit_avx 1945 .size poly1305_blocks_avx2,.-poly1305_blocks_avx2 2487 .size poly1305_blocks_avx512,.-poly1305_blocks_avx512 2526 .size poly1305_init_base2_4 [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_lowering_nvc0.cpp | 438 int maxGPR = minGPR + texi->def(0).rep()->reg.size / 4 - 1; in findFirstUses() 469 def->reg.data.id + def->reg.size / 4 - 1 < minGPR || in findFirstUsesBB() 479 src->reg.data.id + src->reg.size / 4 - 1 < minGPR || in findFirstUsesBB() 531 bbFirstTex[tex->bb->getId()] = texes.size() - 1; in insertTextureBarriers() 538 uses = new std::list<TexUse>[texes.size()]; in insertTextureBarriers() 541 for (size_t i = 0; i < texes.size(); ++i) { in insertTextureBarriers() 546 for (size_t i = 0; i < texes.size(); ++i) { in insertTextureBarriers() 553 for (size_t j = i + 1; j < texes.size() && in insertTextureBarriers() 568 for (size_t j = bbFirstTex.at(ub->getId()); j < texes.size() && in insertTextureBarriers() 580 for (size_t i = 0; i < useVec.size(); in insertTextureBarriers() 2900 uint8_t size = dst->reg.size; handleLDST() local [all...] |
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/poly1305/ |
H A D | poly1305-x86_64.s | 52 .size poly1305_init,.-poly1305_init 167 .size poly1305_blocks,.-poly1305_blocks 194 .size poly1305_emit,.-poly1305_emit 239 .size __poly1305_block,.-__poly1305_block 403 .size __poly1305_init_avx,.-__poly1305_init_avx 1238 .size poly1305_blocks_avx,.-poly1305_blocks_avx 1295 .size poly1305_emit_avx,.-poly1305_emit_avx 1945 .size poly1305_blocks_avx2,.-poly1305_blocks_avx2 2487 .size poly1305_blocks_avx512,.-poly1305_blocks_avx512 2526 .size poly1305_init_base2_4 [all...] |
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/poly1305/ |
H A D | poly1305-x86_64.s | 52 .size poly1305_init,.-poly1305_init 167 .size poly1305_blocks,.-poly1305_blocks 194 .size poly1305_emit,.-poly1305_emit 239 .size __poly1305_block,.-__poly1305_block 403 .size __poly1305_init_avx,.-__poly1305_init_avx 1238 .size poly1305_blocks_avx,.-poly1305_blocks_avx 1295 .size poly1305_emit_avx,.-poly1305_emit_avx 1945 .size poly1305_blocks_avx2,.-poly1305_blocks_avx2 2487 .size poly1305_blocks_avx512,.-poly1305_blocks_avx512 2526 .size poly1305_init_base2_4 [all...] |
/third_party/skia/tests/ |
H A D | SkVMTest.cpp | 34 REPORTER_ASSERT(r, program.size() == 4); in DEF_TEST() 37 REPORTER_ASSERT(r, program.size() == 0); in DEF_TEST() 332 REPORTER_ASSERT(r, program.size() == 4); 909 REPORTER_ASSERT(reporter, p.done().instructions().size() == 4); 925 REPORTER_ASSERT(reporter, p.done().instructions().size() == 2); 943 REPORTER_ASSERT(reporter, p.done().instructions().size() >= 4); 959 REPORTER_ASSERT(reporter, p.done().instructions().size() == 2); 969 REPORTER_ASSERT(r, a.size() == expected.size()); 973 for (int i = 0; i < (int)std::min(a.size(), expecte [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_vgpu10.c | 199 unsigned size; member 235 unsigned start, size; member 248 * The size should probably always match with that of svga_state.constbufs. 269 unsigned image_size_index; /* starting index to cbuf for image size */ 288 unsigned size; member 369 unsigned input_size; /**< size of input arrays */ 431 unsigned block_width; /* thread group size in x dimension */ 432 unsigned block_height; /* thread group size in y dimension */ 433 unsigned block_depth; /* thread group size in z dimension */ 438 unsigned tgsi_index; /* grid size tgs 3727 emit_decl_instruction(struct svga_shader_emitter_v10 *emit, VGPU10OpcodeToken0 opcode0, VGPU10OperandToken0 operand0, VGPU10NameToken name_token, unsigned index, unsigned size) emit_decl_instruction() argument 3786 emit_input_declaration(struct svga_shader_emitter_v10 *emit, VGPU10_OPCODE_TYPE opcodeType, VGPU10_OPERAND_TYPE operandType, VGPU10_OPERAND_INDEX_DIMENSION dim, unsigned index, unsigned size, VGPU10_SYSTEM_NAME name, VGPU10_OPERAND_NUM_COMPONENTS numComp, VGPU10_OPERAND_4_COMPONENT_SELECTION_MODE selMode, unsigned usageMask, VGPU10_INTERPOLATION_MODE interpMode, boolean addSignature, SVGA3dDXSignatureSemanticName sgnName) emit_input_declaration() argument 5198 unsigned size = emit->key.tcs.vertices_per_patch; emit_tcs_input_declarations() local 5351 unsigned size; emit_tes_input_declarations() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | mjpegdec.c | 425 /* if different size, realloc/alloc picture */ in ff_mjpeg_decode_sof() 764 int size = bw * bh * s->h_count[i] * s->v_count[i]; in ff_mjpeg_decode_sof() local 767 s->blocks[i] = av_calloc(size, sizeof(**s->blocks)); in ff_mjpeg_decode_sof() 768 s->last_nnz[i] = av_calloc(size, sizeof(**s->last_nnz)); in ff_mjpeg_decode_sof() 1420 int size = 8 >> s->avctx->lowres; in shift_output() local 1422 for (block_y=0; block_y<size; block_y++) in shift_output() 1423 for (block_x=0; block_x<size; block_x++) in shift_output() 1426 for (block_y=0; block_y<size; block_y++) in shift_output() 1427 for (block_x=0; block_x<size; block_x++) in shift_output() 2061 4bytes field size in mjpeg_decode_app() [all...] |
H A D | diracdec.c | 71 #define CALC_PADDING(size, depth) \ 72 (((size + (1 << depth) - 1) >> depth) << depth) 179 int thread_buf_size; /* Each thread has a buffer this size */ 1149 av_log(s->avctx, AV_LOG_ERROR, "Block separation greater than size\n"); in dirac_unpack_prediction_parameters() 1153 av_log(s->avctx, AV_LOG_ERROR, "Unsupported large block size\n"); in dirac_unpack_prediction_parameters() 1483 static void propagate_block_data(DiracBlock *block, int stride, int size) in propagate_block_data() argument 1488 for (x = 1; x < size; x++) in propagate_block_data() 1491 for (y = 1; y < size; y++) { in propagate_block_data() 1493 for (x = 0; x < size; x++) in propagate_block_data() 2115 * 4 byte start code + byte parse code + 4 byte size 2121 dirac_decode_data_unit(AVCodecContext *avctx, const uint8_t *buf, int size) dirac_decode_data_unit() argument [all...] |
H A D | vp8.c | 327 int size = AV_RL24(sizes + 3 * i); in setup_partitions() local 328 if (buf_size - size < 0) in setup_partitions() 330 s->coeff_partition_size[i] = size; in setup_partitions() 332 ret = ff_vp56_init_range_decoder(&s->coeff_partition[i], buf, size); in setup_partitions() 335 buf += size; in setup_partitions() 336 buf_size -= size; in setup_partitions() 573 av_log(s->avctx, AV_LOG_ERROR, "Buffer size %d is too small, needed : %d\n", buf_size, 4 - s->profile + part1_size); in vp7_decode_frame_header() 745 av_log(s->avctx, AV_LOG_ERROR, "Header size larger than data provided\n"); in vp8_decode_frame_header() 1809 * @param linesize size of a single line of plane data, including padding 1867 * @param linesize size o [all...] |
/third_party/lzma/C/ |
H A D | LzmaEnc.c | 2724 where data size is aligned for 1 GB: 5/6/8 GB.
in LzmaEnc_Alloc() 2920 static size_t SeqOutStreamBuf_Write(ISeqOutStreamPtr pp, const void *data, size_t size)
in SeqOutStreamBuf_Write() argument 2923 if (p->rem < size)
in SeqOutStreamBuf_Write() 2925 size = p->rem;
in SeqOutStreamBuf_Write() 2928 if (size != 0)
in SeqOutStreamBuf_Write() 2930 memcpy(p->data, data, size);
in SeqOutStreamBuf_Write() 2931 p->rem -= size;
in SeqOutStreamBuf_Write() 2932 p->data += size;
in SeqOutStreamBuf_Write() 2934 return size;
in SeqOutStreamBuf_Write() 3037 SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *props, SizeT *size)
in LzmaEnc_WriteProperties() argument [all...] |
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | code-generator-loong64.cc | 351 size, bin_instr, representation) \ 368 size, sign_extend); \ 372 size); \ 380 load_linked, store_conditional, sign_extend, size, representation) \ 397 size, sign_extend); \ 399 size); \ 427 load_linked, store_conditional, sign_extend, size, representation) \ 445 size, sign_extend); \ 446 __ ExtractBits(i.TempRegister(2), i.InputRegister(2), zero_reg, size, \ 451 size); \ [all...] |
/third_party/node/deps/v8/src/ast/ |
H A D | ast.h | 174 template <class T, int size> 175 using NextBitField = NodeTypeField::Next<T, size>; 281 template <class T, int size> 282 using NextBitField = IsParenthesizedField::Next<T, size>; 386 template <class T, int size> 387 using NextBitField = IsNestedField::Next<T, size>; 1191 template <class T, int size> 1192 using NextBitField = BoilerplateDescriptorKindField::Next<T, size>; 1700 template <class T, int size> 1701 using NextBitField = SpreadPositionField::Next<T, size>; [all...] |
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.cc | 237 reloc_info_writer.Reposition(buffer_start_ + buffer_->size(), pc_); 2062 // Compute new buffer size. in GrowBuffer() 2063 int old_size = buffer_->size(); in GrowBuffer() 2076 DCHECK_EQ(new_size, new_buffer->size()); in GrowBuffer() 2145 EnsureSpaceFor(relocations_.size() * kMaxRelocSize); in EmitRelocations() 2188 int size = tracked_branch_count_ * kInstrSize; in CheckTrampolinePool() local 2196 b(size + kInstrSize, LeaveLK); in CheckTrampolinePool() 2197 for (int i = size; i > 0; i -= kInstrSize) { in CheckTrampolinePool() 2201 trampoline_ = Trampoline(pc_offset() - size, tracked_branch_count_); in CheckTrampolinePool() 2209 DCHECK_EQ(reloc_info_writer.pos(), buffer_start_ + buffer_->size()); in PatchingAssembler() [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_alu.cpp | 54 if (m_src.size() == 3) in AluInstr() 60 ASSERT_OR_THROW(m_src.size() == static_cast<size_t>(alu_ops.at(opcode).nsrc * m_alu_slots), in AluInstr() 243 m_src.size() : alu_ops.at(m_opcode).nsrc; in do_print() 418 for (unsigned i = 0; i < m_src.size(); ++i) { in replace_source() 453 if (m_dest->uses().size() > 1) in replace_dest() 497 assert(m_src.size() == 3); in replace_dest() 523 if (m_src.size() < 3) in check_readport_validation() 527 assert(nsrc * m_alu_slots == m_src.size()); in check_readport_validation() 585 if (m_src.size() != lhs.m_src.size()) in is_equal_to() [all...] |
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 2553 let size = ::mem::size_of_val(&(*set).fds_bits[0]) * 8; in FD_CLR() 2554 (*set).fds_bits[fd / size] &= !(1 << (fd % size)); in FD_CLR() 2560 let size = ::mem::size_of_val(&(*set).fds_bits[0]) * 8; in FD_ISSET() 2561 return ((*set).fds_bits[fd / size] & (1 << (fd % size))) != 0 in FD_ISSET() 2566 let size = ::mem::size_of_val(&(*set).fds_bits[0]) * 8; in FD_SET() 2567 (*set).fds_bits[fd / size] |= 1 << (fd % size); in FD_SET() 2672 pub fn memalign(align: ::size_t, size in pthread_attr_getstack() [all...] |