Home
last modified time | relevance | path

Searched defs:exec_size (Results 1 - 21 of 21) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/vc4/kernel/
H A Dvc4_gem.c43 uint32_t exec_size = uniforms_offset + args->uniforms_size; in vc4_get_bcl() local
/third_party/mesa3d/src/amd/common/
H A Dac_rtld.h67 uint64_t exec_size; member
H A Dac_rtld.c269 uint64_t exec_size = 0; in ac_rtld_open() local
/third_party/mesa3d/src/amd/compiler/
H A Daco_interface.cpp245 unsigned exec_size = aco::emit_program(program.get(), code); in aco_compile_shader() local
303 unsigned exec_size = aco::emit_program(program.get(), code); in aco_compile_vs_prolog() local
348 unsigned exec_size = aco::emit_program(program.get(), code); in aco_compile_ps_epilog() local
86 get_disasm_string(aco::Program* program, std::vector<uint32_t>& code, unsigned exec_size) get_disasm_string() argument
H A Daco_print_asm.cpp175 print_asm_clrx(Program* program, std::vector<uint32_t>& binary, unsigned exec_size, FILE* output) in print_asm_clrx() argument
341 print_asm_llvm(Program* program, std::vector<uint32_t>& binary, unsigned exec_size, FILE* output) in print_asm_llvm() argument
271 disasm_instr(amd_gfx_level gfx_level, LLVMDisasmContextRef disasm, uint32_t* binary, unsigned exec_size, size_t pos, char* outline, unsigned outline_size) disasm_instr() argument
445 print_asm(Program* program, std::vector<uint32_t>& binary, unsigned exec_size, FILE* output) print_asm() argument
[all...]
H A Daco_assembler.cpp1007 unsigned exec_size = code.size() * sizeof(uint32_t); in emit_program() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_ir.h143 uint8_t exec_size; member
H A Dbrw_fs.cpp52 fs_inst::init(enum opcode opcode, uint8_t exec_size, const fs_reg &dst, in init() argument
98 fs_inst::fs_inst(enum opcode opcode, uint8_t exec_size) in fs_inst() argument
103 fs_inst::fs_inst(enum opcode opcode, uint8_t exec_size, const fs_reg &dst) in fs_inst() argument
108 fs_inst::fs_inst(enum opcode opcode, uint8_t exec_size, cons argument
115 fs_inst(enum opcode opcode, uint8_t exec_size, const fs_reg &dst, const fs_reg &src0, const fs_reg &src1) fs_inst() argument
122 fs_inst(enum opcode opcode, uint8_t exec_size, const fs_reg &dst, const fs_reg &src0, const fs_reg &src1, const fs_reg &src2) fs_inst() argument
[all...]
H A Dbrw_fs_bank_conflicts.cpp660 const unsigned exec_size = inst->dst.component_size(inst->exec_size); in shader_conflict_weight_matrix() local
H A Dtest_eu_validate.cpp198 enum brw_execution_size exec_size; in TEST_P() member
1497 unsigned exec_size; in TEST_P() member
1621 unsigned exec_size; in TEST_P() member
1768 unsigned exec_size; TEST_P() member
1906 unsigned exec_size; TEST_P() member
2067 unsigned exec_size; TEST_P() member
2144 unsigned exec_size; TEST_P() member
2333 unsigned exec_size; TEST_P() member
2466 unsigned exec_size; TEST_P() member
2628 unsigned exec_size; TEST_P() member
2702 unsigned exec_size; TEST_P() member
[all...]
H A Dbrw_fs_generator.cpp1903 unsigned exec_size = inst->exec_size; generate_code() local
[all...]
H A Dbrw_vec4_generator.cpp1569 unsigned exec_size = inst->exec_size; in generate_code() local
H A Dbrw_eu_validate.c738 unsigned exec_size = 1 << brw_inst_exec_size(devinfo, inst); in general_restrictions_based_on_operand_types() local
1023 unsigned exec_size = 1 << brw_inst_exec_size(devinfo, inst); in general_restrictions_on_region_parameters() local
1191 unsigned exec_size in special_restrictions_for_mixed_float_mode() local
1413 align1_access_mask(uint64_t access_mask[static 32], unsigned exec_size, unsigned element_size, unsigned subreg, unsigned vstride, unsigned width, unsigned hstride) align1_access_mask() argument
1466 unsigned exec_size = 1 << brw_inst_exec_size(devinfo, inst); region_alignment_rules() local
[all...]
H A Dbrw_disasm.c190 static const char *const exec_size[8] = { variable
1765 int exec_size = 1 << brw_inst_exec_size(devinfo, inst); in qtr_ctrl() local
H A Dbrw_eu_emit.c2394 const unsigned exec_size = 1 << brw_get_default_exec_size(p); in brw_oword_block_read() local
3155 const unsigned exec_size in brw_untyped_atomic() local
3188 const unsigned exec_size = align1 ? 1 << brw_get_default_exec_size(p) : 0; brw_untyped_surface_read() local
3213 const unsigned exec_size = align1 ? 1 << brw_get_default_exec_size(p) : brw_untyped_surface_write() local
3347 const uint16_t exec_size = brw_get_default_exec_size(p); brw_pixel_interpolator_query() local
3371 const unsigned exec_size = 1 << brw_get_default_exec_size(p); brw_find_live_channel() local
[all...]
H A Dbrw_eu.h55 unsigned exec_size:3; member
651 brw_dp_untyped_atomic_desc(const struct intel_device_info *devinfo, unsigned exec_size, unsigned atomic_op, bool response_expected) brw_dp_untyped_atomic_desc() argument
678 brw_dp_untyped_atomic_float_desc(const struct intel_device_info *devinfo, unsigned exec_size, unsigned atomic_op, bool response_expected) brw_dp_untyped_atomic_float_desc() argument
712 brw_dp_untyped_surface_rw_desc(const struct intel_device_info *devinfo, unsigned exec_size, unsigned num_channels, bool write) brw_dp_untyped_surface_rw_desc() argument
766 brw_dp_byte_scattered_rw_desc(const struct intel_device_info *devinfo, unsigned exec_size, unsigned bit_size, bool write) brw_dp_byte_scattered_rw_desc() argument
787 brw_dp_dword_scattered_rw_desc(const struct intel_device_info *devinfo, unsigned exec_size, bool write) brw_dp_dword_scattered_rw_desc() argument
838 brw_dp_a64_untyped_surface_rw_desc(const struct intel_device_info *devinfo, unsigned exec_size, unsigned num_channels, bool write) brw_dp_a64_untyped_surface_rw_desc() argument
901 brw_dp_a64_byte_scattered_rw_desc(const struct intel_device_info *devinfo, unsigned exec_size, unsigned bit_size, bool write) brw_dp_a64_byte_scattered_rw_desc() argument
923 brw_dp_a64_untyped_atomic_desc(const struct intel_device_info *devinfo, ASSERTED unsigned exec_size, unsigned bit_size, unsigned atomic_op, bool response_expected) brw_dp_a64_untyped_atomic_desc() argument
948 brw_dp_a64_untyped_atomic_float_desc(const struct intel_device_info *devinfo, ASSERTED unsigned exec_size, unsigned bit_size, unsigned atomic_op, bool response_expected) brw_dp_a64_untyped_atomic_float_desc() argument
973 brw_dp_typed_atomic_desc(const struct intel_device_info *devinfo, unsigned exec_size, unsigned exec_group, unsigned atomic_op, bool response_expected) brw_dp_typed_atomic_desc() argument
1006 brw_dp_typed_surface_rw_desc(const struct intel_device_info *devinfo, unsigned exec_size, unsigned exec_group, unsigned num_channels, bool write) brw_dp_typed_surface_rw_desc() argument
1104 brw_fb_read_desc(const struct intel_device_info *devinfo, unsigned binding_table_index, unsigned msg_control, unsigned exec_size, bool per_sample) brw_fb_read_desc() argument
1480 brw_mdc_sm2(unsigned exec_size) brw_mdc_sm2() argument
1494 brw_btd_spawn_desc(ASSERTED const struct intel_device_info *devinfo, unsigned exec_size, unsigned msg_type) brw_btd_spawn_desc() argument
1519 brw_rt_trace_ray_desc(ASSERTED const struct intel_device_info *devinfo, unsigned exec_size) brw_rt_trace_ray_desc() argument
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_instance.c387 const size_t exec_size = vn_sizeof_vkExecuteCommandStreamsMESA( in vn_instance_submission_get_cs() local
/third_party/mesa3d/src/amd/compiler/tests/
H A Dhelpers.cpp235 unsigned exec_size = emit_program(program.get(), binary); in finish_assembler_test() local
/third_party/libdrm/intel/
H A Dintel_bufmgr_gem.c119 int exec_size; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.c2138 radv_aco_build_shader_binary(void **bin, gl_shader_stage stage, bool is_gs_copy_shader, const struct ac_shader_config *config, const char *llvm_ir_str, unsigned llvm_ir_size, const char *disasm_str, unsigned disasm_size, uint32_t *statistics, uint32_t stats_size, uint32_t exec_size, const uint32_t *code, uint32_t code_dw) radv_aco_build_shader_binary() argument
H A Dradv_shader.h442 unsigned exec_size; member
498 uint32_t exec_size; member

Completed in 39 milliseconds