/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/ |
H A D | vktUniformBlockCase.cpp | 696 const UniformBlock& block = interface.getUniformBlock(blockNdx); in computeReferenceLayout() local 1054 getBlockMemberOffset(int blockNdx, const UniformBlock& block, const Uniform& uniform, const UniformLayout& layout) getBlockMemberOffset() argument 1161 generateDeclaration(std::ostringstream& src, int blockNdx, const UniformBlock& block, const UniformLayout& layout, bool shuffleUniformMembers) generateDeclaration() argument 1536 const UniformBlock& block = interface.getUniformBlock(blockNdx); generateCompareSrc() local 1599 const UniformBlock& block = interface.getUniformBlock(blockNdx); generateVertexShader() local 1643 const UniformBlock& block = interface.getUniformBlock(blockNdx); generateFragmentShader() local 1898 const BlockLayoutEntry& block = m_layout.blocks[blockNdx]; iterate() local 1932 const BlockLayoutEntry& block = m_layout.blocks[blockNdx]; iterate() local 2053 const BlockLayoutEntry& block = m_layout.blocks[blockNdx]; iterate() local 2130 const BlockLayoutEntry& block = m_layout.blocks[blockNdx]; createDescriptorSetLayout() local [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuCompressedTexture.cpp | 406 deUint64 block = 0; in get64BitBlock() local 1347 deUint64 block = 0; in get64BitBlockLE() local [all...] |
H A D | tcuTexture.cpp | 1026 ConstPixelBufferAccess::ConstPixelBufferAccess(const TextureFormat& format, const IVec3& size, const IVec3& pitch, const IVec3& block, const void* data) in ConstPixelBufferAccess() argument 1066 PixelBufferAccess::PixelBufferAccess(const TextureFormat& format, const IVec3& size, const IVec3& pitch, const IVec3& block, void* data) in PixelBufferAccess() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpegvideo.h | 466 int16_t (*block)[64]; ///< points to one of the following blocks member [all...] |
H A D | vp3.c | 1863 vp3_dequant(Vp3DecodeContext *s, Vp3Fragment *frag, int plane, int inter, int16_t block[64]) vp3_dequant() argument 2075 int16_t *block = s->block; render_slice() local [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | matroskaenc.c | 609 BlockContext *const block = &mkv->cur_block; in ebml_writer_block_len() local 634 BlockContext *const block = &mkv->cur_block; in ebml_writer_write_block() local [all...] |
/third_party/glslang/SPIRV/ |
H A D | SpvBuilder.cpp | 2305 Block* block = buildPoint; in leaveFunction() local 3570 Block* block = segmentBlock[nextSegment]; nextSwitchSegment() local 3591 auto block = new Block(getUniqueId(), function); makeNewBlock() local 4052 Block* block = new Block(getUniqueId(), buildPoint->getParent()); createAndSetNoPredecessorBlock() local 4062 createBranch(Block* block) createBranch() argument [all...] |
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3.h | 259 struct ir3_block *block; member 651 block_id(struct ir3_block *block) in block_id() argument 669 struct ir3_block *block = ir3_start_block(ir); in ir3_after_preamble() local 783 ir3_instr_move_before_block(struct ir3_instruction *instr, struct ir3_block *block) ir3_instr_move_before_block() argument 1929 create_immed_typed(struct ir3_block *block, uint32_t val, type_t type) create_immed_typed() argument 1944 create_immed(struct ir3_block *block, uint32_t val) create_immed() argument 1950 create_uniform_typed(struct ir3_block *block, unsigned n, type_t type) create_uniform_typed() argument 1965 create_uniform(struct ir3_block *block, unsigned n) create_uniform() argument 1971 create_uniform_indirect(struct ir3_block *block, int n, type_t type, struct ir3_instruction *address) create_uniform_indirect() argument 1988 ir3_MOV(struct ir3_block *block, struct ir3_instruction *src, type_t type) ir3_MOV() argument 2007 ir3_COV(struct ir3_block *block, struct ir3_instruction *src, type_t src_type, type_t dst_type) ir3_COV() argument 2025 ir3_MOVMSK(struct ir3_block *block, unsigned components) ir3_MOVMSK() argument 2037 ir3_BALLOT_MACRO(struct ir3_block *block, struct ir3_instruction *src, unsigned components) ir3_BALLOT_MACRO() argument 2053 ir3_NOP(struct ir3_block *block) ir3_NOP() argument 2222 ir3_ELECT_MACRO(struct ir3_block *block) ir3_ELECT_MACRO() argument 2231 ir3_SHPS_MACRO(struct ir3_block *block) ir3_SHPS_MACRO() argument 2331 ir3_SAM(struct ir3_block *block, opc_t opc, type_t type, unsigned wrmask, unsigned flags, struct ir3_instruction *samp_tex, struct ir3_instruction *src0, struct ir3_instruction *src1) ir3_SAM() argument [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_optimizer.cpp | 4814 Block* block = &(*block_rit); in optimize() local [all...] |
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | nir_to_vir.c | 4169 ntq_emit_block(struct v3d_compile *c, nir_block *block) ntq_emit_block() argument [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ast_to_hir.cpp | 7923 interface_block_usage_visitor(ir_variable_mode mode, const glsl_type *block) interface_block_usage_visitor() argument 7944 const glsl_type *block; global() member in interface_block_usage_visitor [all...] |
/third_party/littlefs/ |
H A D | lfs.c | 44 lfs_bd_read(lfs_t *lfs, const lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_size_t hint, lfs_block_t block, lfs_off_t off, void *buffer, lfs_size_t size) lfs_bd_read() argument 127 lfs_bd_cmp(lfs_t *lfs, const lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_size_t hint, lfs_block_t block, lfs_off_t off, const void *buffer, lfs_size_t size) lfs_bd_cmp() argument 154 lfs_bd_crc(lfs_t *lfs, const lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_size_t hint, lfs_block_t block, lfs_off_t off, lfs_size_t size, uint32_t *crc) lfs_bd_crc() argument 227 lfs_bd_prog(lfs_t *lfs, lfs_cache_t *pcache, lfs_cache_t *rcache, bool validate, lfs_block_t block, lfs_off_t off, const void *buffer, lfs_size_t size) lfs_bd_prog() argument 275 lfs_bd_erase(lfs_t *lfs, lfs_block_t block) lfs_bd_erase() argument 382 lfs_block_t block; global() member 597 lfs_alloc_lookahead(void *p, lfs_block_t block) lfs_alloc_lookahead() argument 646 lfs_alloc(lfs_t *lfs, lfs_block_t *block) lfs_alloc() argument 1543 lfs_block_t block; global() member 2828 lfs_ctz_find(lfs_t *lfs, const lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_block_t head, lfs_size_t size, lfs_size_t pos, lfs_block_t *block, lfs_off_t *off) lfs_ctz_find() argument 2863 lfs_ctz_extend(lfs_t *lfs, lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_block_t head, lfs_size_t size, lfs_block_t *block, lfs_off_t *off) lfs_ctz_extend() argument 4537 lfs_fs_rawtraverse(lfs_t *lfs, int (*cb)(void *data, lfs_block_t block), void *data, bool includeorphans) global() argument 5031 lfs_fs_size_count(void *p, lfs_block_t block) global() argument 5175 lfs1_bd_read(lfs_t *lfs, lfs_block_t block, lfs_off_t off, void *buffer, lfs_size_t size) global() argument 5183 lfs1_bd_crc(lfs_t *lfs, lfs_block_t block, lfs_off_t off, lfs_size_t size, uint32_t *crc) global() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
H A D | nir_to_spirv.c | 161 block_label(struct ntv_context *ctx, nir_block *block) in block_label() argument 3847 emit_block(struct ntv_context *ctx, struct nir_block *block) in emit_block() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_execute.c | 161 void *block[MAX_PER_STAGE_DESCRIPTOR_UNIFORM_BLOCKS * MAX_SETS]; member 290 uint8_t *block = state->uniform_blocks[sh].block[i]; in update_inline_shader_state() local
|
/third_party/node/deps/v8/src/wasm/ |
H A D | function-body-decoder-impl.h | 2584 Control* block = PushControl(kControlBlock, 0, args.length()); DECODE() local 2828 Control* block = PushControl(kControlLoop, 0, args.length()); DECODE() local [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs.c | 1474 unsigned block = (group / 4) * 4 * reorder_group; in generate_fs_twiddle() local 3079 LLVMBasicBlockRef block; generate_fragment() local [all...] |
/third_party/libdrm/ |
H A D | xf86drm.c | 219 const char *block = NULL; in drmGetAfbcFormatModifierNameFromArm() local
|
/third_party/libfuse/include/ |
H A D | fuse_kernel.h | 846 uint64_t block; member 852 uint64_t block; member
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | instruction-selector.cc | 1168 VisitBlock(BasicBlock* block) VisitBlock() argument 1251 VisitControl(BasicBlock* block) VisitControl() argument [all...] |
H A D | instruction.h | 1021 InstructionBlock* block() const { return block_; } in block() function in v8::internal::compiler::final 1022 void set_block(InstructionBlock* block) { in set_block() argument 1674 int LastLoopInstructionIndex(const InstructionBlock* block) { in LastLoopInstructionIndex() argument
|
H A D | mid-tier-register-allocator.cc | 169 GetBlocksDominatedBy( const InstructionBlock* block) GetBlocksDominatedBy() argument 258 AddBlock(RpoNumber block, MidTierRegisterAllocationData* data) AddBlock() argument 421 const InstructionBlock* block = data->GetBlock(pred_rpo); SpillRange() local 429 IsLiveAt(int instr_index, InstructionBlock* block) IsLiveAt() argument 459 const InstructionBlock* block = data->GetBlock(instr_index); AddDeferredSpillOutput() local 610 const InstructionBlock* block = data->GetBlock(instr_index); AddSpillUse() local 623 TrySpillOnEntryToDeferred( MidTierRegisterAllocationData* data, const InstructionBlock* block) TrySpillOnEntryToDeferred() argument 1692 StartBlock(const InstructionBlock* block) StartBlock() argument 1714 EndBlock(const InstructionBlock* block) EndBlock() argument 2042 const InstructionBlock* block = current_block_; EmitGapMoveFromOutput() local 2737 AllocatePhi( VirtualRegisterData& virtual_register, const InstructionBlock* block) AllocatePhi() argument 2844 InitializeBlockState( const InstructionBlock* block) InitializeBlockState() argument 2874 DefineOutputs(const InstructionBlock* block) DefineOutputs() argument 2991 AllocateRegisters( const InstructionBlock* block) AllocateRegisters() argument 3217 AllocatePhiGapMoves( const InstructionBlock* block) AllocatePhiGapMoves() argument 3246 AllocatePhis(const InstructionBlock* block) AllocatePhis() argument [all...] |
/third_party/node/deps/v8/src/parsing/ |
H A D | parser.cc | 617 BlockT block = impl()->NullBlock(); in DoParseProgram() local 789 BlockT block = impl()->NullBlock(); in ParseREPLProgram() local 1919 Block* block in IgnoreCompletion() local 3228 AddClassStaticBlock(Block* block, ClassInfo* class_info) AddClassStaticBlock() argument 3573 RewriteAsyncFunctionBody(ScopedPtrList<Statement>* body, Block* block, Expression* return_value, REPLMode repl_mode) RewriteAsyncFunctionBody() argument [all...] |
/third_party/node/deps/v8/src/torque/ |
H A D | torque-parser.cc | 37 Statement* block; member 1684 auto block = child_results->NextAs<Statement*>(); in MakeTypeswitchCase() local 2661 Symbol block = { member [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample_soa.c | 3968 LLVMBasicBlockRef block; in lp_build_sample_gen_func() local
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_llvm.c | 1906 LLVMBasicBlockRef block; in draw_llvm_generate() local 2750 LLVMBasicBlockRef block; in draw_gs_llvm_generate() local 3342 LLVMBasicBlockRef block; in draw_tcs_llvm_generate() local 3912 LLVMBasicBlockRef block; draw_tes_llvm_generate() local [all...] |