| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | gl_nir_link_uniforms.c | 1848 const struct gl_uniform_block *const block = gl_nir_link_uniforms() local [all...] |
| H A D | glsl_to_nir.cpp | 1476 ir_rvalue *block = ((ir_instruction *)param)->as_rvalue(); in visit() local
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_deref.c | 727 nir_block *block; member [all...] |
| H A D | nir_loop_analyze.c | 210 init_loop_block(nir_block *block, loop_info_state *state, in init_loop_block() argument 1236 force_unroll_heuristics(loop_info_state *state, nir_block *block) in force_unroll_heuristics() argument [all...] |
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_spill.cpp | 178 Block* block = &ctx.program->blocks[block_idx]; in next_uses_per_block() local 385 update_local_next_uses(spill_ctx& ctx, Block* block, std::vector<std::vector<std::pair<Temp, uint32_t>>>& local_next_uses) update_local_next_uses() argument 457 Block& block = ctx.program->blocks[block_idx]; get_live_in_demand() local 484 init_live_in_vars(spill_ctx& ctx, Block* block, unsigned block_idx) init_live_in_vars() argument 756 add_coupling_code(spill_ctx& ctx, Block* block, unsigned block_idx) add_coupling_code() argument 1158 process_block(spill_ctx& ctx, unsigned block_idx, Block* block, RegisterDemand spilled_registers) process_block() argument 1283 Block* block = &ctx.program->blocks[block_idx]; spill_block() local 1393 load_scratch_resource(spill_ctx& ctx, Temp& scratch_offset, Block& block, std::vector<aco_ptr<Instruction>>& instructions, unsigned offset) load_scratch_resource() argument 1448 setup_vgpr_spill_reload(spill_ctx& ctx, Block& block, std::vector<aco_ptr<Instruction>>& instructions, uint32_t spill_slot, unsigned* offset) setup_vgpr_spill_reload() argument 1482 spill_vgpr(spill_ctx& ctx, Block& block, std::vector<aco_ptr<Instruction>>& instructions, aco_ptr<Instruction>& spill, std::vector<uint32_t>& slots) spill_vgpr() argument 1528 reload_vgpr(spill_ctx& ctx, Block& block, std::vector<aco_ptr<Instruction>>& instructions, aco_ptr<Instruction>& reload, std::vector<uint32_t>& slots) reload_vgpr() argument [all...] |
| /third_party/mesa3d/src/broadcom/compiler/ |
| H A D | vir_register_allocate.c | 100 is_end_of_tmu_sequence(const struct v3d_device_info *devinfo, struct qinst *inst, struct qblock *block) is_end_of_tmu_sequence() argument [all...] |
| /third_party/mesa3d/src/amd/compiler/tests/ |
| H A D | helpers.cpp | 93 Block *block = program->create_and_insert_block(); in create_program() local
|
| /third_party/littlefs/ |
| H A D | lfs.h | 352 lfs_block_t block; global() member 394 lfs_block_t block; global() member [all...] |
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_program.c | 512 zink_program_update_compute_pipeline_state(struct zink_context *ctx, struct zink_compute_program *comp, const uint block[3]) in zink_program_update_compute_pipeline_state() argument
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_qpu_schedule.c | 867 schedule_instructions(struct vc4_compile *c, struct choose_scoreboard *scoreboard, struct qblock *block, struct list_head *schedule_list, enum quniform_contents *orig_uniform_contents, uint32_t *orig_uniform_data, uint32_t *next_uniform) schedule_instructions() argument 984 qpu_schedule_instructions_block(struct vc4_compile *c, struct choose_scoreboard *scoreboard, struct qblock *block, enum quniform_contents *orig_uniform_contents, uint32_t *orig_uniform_data, uint32_t *next_uniform) qpu_schedule_instructions_block() argument [all...] |
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_nir.c | 106 remap_patch_urb_offsets(nir_block *block, nir_builder *b, in remap_patch_urb_offsets() argument [all...] |
| H A D | brw_vec4_nir.cpp | 130 vec4_visitor::nir_emit_block(nir_block *block) in nir_emit_block() argument [all...] |
| H A D | brw_vec4_visitor.cpp | 77 vec4_visitor::emit_before(bblock_t *block, vec4_instruction *inst, in emit_before() argument 1069 vec4_visitor::get_scratch_offset(bblock_t *block, vec4_instruction *inst, in get_scratch_offset() argument 1114 vec4_visitor::emit_scratch_read(bblock_t *block, vec4_instruction *inst, in emit_scratch_read() argument 1144 emit_scratch_write(bblock_t *block, vec4_instruction *inst, int base_offset) emit_scratch_write() argument 1234 emit_resolve_reladdr(int scratch_loc[], bblock_t *block, vec4_instruction *inst, src_reg src) emit_resolve_reladdr() argument [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | texcompress_bptc_tmp.h | 317 extract_bits(const uint8_t *block, in extract_bits() argument 535 fetch_rgba_unorm_from_block(const uint8_t *block, in fetch_rgba_unorm_from_block() argument 354 extract_unorm_endpoints(const struct bptc_unorm_mode *mode, const uint8_t *block, int bit_offset, uint8_t endpoints[][4]) extract_unorm_endpoints() argument 657 decompress_rgba_unorm_block(int src_width, int src_height, const uint8_t *block, uint8_t *dst_row, int dst_rowstride) decompress_rgba_unorm_block() argument 866 extract_float_endpoints(const struct bptc_float_mode *mode, const uint8_t *block, int bit_offset, int32_t endpoints[][3], bool is_signed) extract_float_endpoints() argument 952 fetch_rgb_float_from_block(const uint8_t *block, float *result, int texel, bool is_signed) fetch_rgb_float_from_block() argument 1034 decompress_rgb_float_block(unsigned src_width, unsigned src_height, const uint8_t *block, float *dst_row, unsigned dst_rowstride, bool is_signed) decompress_rgb_float_block() argument [all...] |
| H A D | texcompress_etc.c | 308 etc2_get_pixel_index(const struct etc2_block *block, int x, int y) in etc2_get_pixel_index() argument 337 etc2_rgb8_parse_block(struct etc2_block *block, in etc2_rgb8_parse_block() argument 477 etc2_rgb8_fetch_texel(const struct etc2_block *block, int x, int y, uint8_t *dst, GLboolean punchthrough_alpha) etc2_rgb8_fetch_texel() argument 556 etc2_alpha8_fetch_texel(const struct etc2_block *block, int x, int y, uint8_t *dst) etc2_alpha8_fetch_texel() argument 568 etc2_r11_fetch_texel(const struct etc2_block *block, int x, int y, uint8_t *dst) etc2_r11_fetch_texel() argument 594 etc2_signed_r11_fetch_texel(const struct etc2_block *block, int x, int y, uint8_t *dst) etc2_signed_r11_fetch_texel() argument 632 etc2_alpha8_parse_block(struct etc2_block *block, const uint8_t *src) etc2_alpha8_parse_block() argument 646 etc2_r11_parse_block(struct etc2_block *block, const uint8_t *src) etc2_r11_parse_block() argument 653 etc2_rgba8_parse_block(struct etc2_block *block, const uint8_t *src) etc2_rgba8_parse_block() argument 663 etc2_rgba8_fetch_texel(const struct etc2_block *block, int x, int y, uint8_t *dst) etc2_rgba8_fetch_texel() argument 680 struct etc2_block block; etc2_unpack_rgb8() local 728 struct etc2_block block; etc2_unpack_srgb8() local 779 struct etc2_block block; etc2_unpack_rgba8() local 818 struct etc2_block block; etc2_unpack_srgb8_alpha8() local 865 struct etc2_block block; etc2_unpack_r11() local 902 struct etc2_block block; etc2_unpack_rg11() local 952 struct etc2_block block; etc2_unpack_signed_r11() local 990 struct etc2_block block; etc2_unpack_signed_rg11() local 1037 struct etc2_block block; etc2_unpack_rgb8_punchthrough_alpha1() local 1074 struct etc2_block block; etc2_unpack_srgb8_punchthrough_alpha1() local 1274 struct etc1_block block; fetch_etc1_rgb8() local 1294 struct etc2_block block; fetch_etc2_rgb8() local 1315 struct etc2_block block; fetch_etc2_srgb8() local 1336 struct etc2_block block; fetch_etc2_rgba8_eac() local 1355 struct etc2_block block; fetch_etc2_srgb8_alpha8_eac() local 1374 struct etc2_block block; fetch_etc2_r11_eac() local 1393 struct etc2_block block; fetch_etc2_rg11_eac() local 1417 struct etc2_block block; fetch_etc2_signed_r11_eac() local 1436 struct etc2_block block; fetch_etc2_signed_rg11_eac() local 1461 struct etc2_block block; fetch_etc2_rgb8_punchthrough_alpha1() local 1482 struct etc2_block block; fetch_etc2_srgb8_punchthrough_alpha1() local [all...] |
| H A D | shader_query.cpp | 830 const struct gl_uniform_block *block = RESOURCE_UBO(res); in program_resource_find_binding_offset() local 874 _mesa_program_resource_find_active_variable(struct gl_shader_program *shProg, GLenum programInterface, const gl_uniform_block *block, unsigned index) _mesa_program_resource_find_active_variable() argument 1782 struct gl_uniform_block *block = _mesa_get_program_interfaceiv() local 1792 struct gl_uniform_block *block = _mesa_get_program_interfaceiv() local [all...] |
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxil_internal.h | 165 unsigned block; member
|
| /third_party/mesa3d/src/panfrost/midgard/ |
| H A D | midgard_schedule.c | 274 flatten_mir(midgard_block *block, unsigned *len) in flatten_mir() argument 1422 schedule_block(compiler_context *ctx, midgard_block *block) in schedule_block() argument 1585 midgard_block *block = (midgard_block *) _block; midgard_schedule_program() local [all...] |
| H A D | midgard_ra.c | 331 midgard_block *block = (midgard_block *) _block; in mir_compute_interference() local 937 midgard_block *block in mir_spill_register() local 1034 midgard_block *block = (midgard_block *) _block; mir_spill_register() local 1099 midgard_block *block = (midgard_block *) _block; mir_demote_uniforms() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_setup.c | 710 LLVMBasicBlockRef block = in generate_setup_variant() local
|
| /third_party/libphonenumber/cpp/src/phonenumbers/ |
| H A D | phonenumbermatcher.cc | 455 UBlockCode block = ublock_getCode(letter); in IsLatinLetter() local [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | graph-visualizer.cc | 1289 const InstructionBlock* block = b.block_; in operator <<() local [all...] |
| /third_party/node/deps/v8/src/debug/ |
| H A D | debug-interface.h | 355 explicit BlockData(i::CoverageBlock* block, in BlockData() argument
|
| /third_party/node/deps/v8/src/heap/cppgc/ |
| H A D | sweeper.cc | 89 void Free(FreeList::Block block) { in Free() argument 129 void Free(FreeList::Block block) { free_list_.Add(std::move(block)); } in Free() argument
|
| /third_party/node/deps/v8/src/maglev/ |
| H A D | maglev-graph-builder.cc | 737 BasicBlock* block = in VisitJumpLoop() local 748 BasicBlock* block = FinishBlock<Jump>( in VisitJump() local 796 BasicBlock* block = FinishBlock<BranchIfTrue>(next_offset(), {node}, in BuildBranchIfTrue() local 804 BasicBlock* block = FinishBlock<BranchIfToBooleanTrue>( in BuildBranchIfToBooleanTrue() local [all...] |