Home
last modified time | relevance | path

Searched defs:block (Results 926 - 950 of 1215) sorted by relevance

1...<<31323334353637383940>>...49

/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_uniforms.c1848 const struct gl_uniform_block *const block = gl_nir_link_uniforms() local
[all...]
H A Dglsl_to_nir.cpp1476 ir_rvalue *block = ((ir_instruction *)param)->as_rvalue(); in visit() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_deref.c727 nir_block *block; member
[all...]
H A Dnir_loop_analyze.c210 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 Daco_spill.cpp178 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 Dvir_register_allocate.c100 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 Dhelpers.cpp93 Block *block = program->create_and_insert_block(); in create_program() local
/third_party/littlefs/
H A Dlfs.h352 lfs_block_t block; global() member
394 lfs_block_t block; global() member
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_program.c512 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 Dvc4_qpu_schedule.c867 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 Dbrw_nir.c106 remap_patch_urb_offsets(nir_block *block, nir_builder *b, in remap_patch_urb_offsets() argument
[all...]
H A Dbrw_vec4_nir.cpp130 vec4_visitor::nir_emit_block(nir_block *block) in nir_emit_block() argument
[all...]
H A Dbrw_vec4_visitor.cpp77 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 Dtexcompress_bptc_tmp.h317 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 Dtexcompress_etc.c308 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 Dshader_query.cpp830 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 Ddxil_internal.h165 unsigned block; member
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_schedule.c274 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 Dmidgard_ra.c331 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 Dlp_state_setup.c710 LLVMBasicBlockRef block = in generate_setup_variant() local
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonenumbermatcher.cc455 UBlockCode block = ublock_getCode(letter); in IsLatinLetter() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dgraph-visualizer.cc1289 const InstructionBlock* block = b.block_; in operator <<() local
[all...]
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.h355 explicit BlockData(i::CoverageBlock* block, in BlockData() argument
/third_party/node/deps/v8/src/heap/cppgc/
H A Dsweeper.cc89 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 Dmaglev-graph-builder.cc737 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...]

Completed in 41 milliseconds

1...<<31323334353637383940>>...49