/external/mesa3d/src/intel/compiler/ |
D | brw_eu.h | 52 unsigned exec_size:3; member 626 unsigned exec_size, /**< 0 for SIMD4x2 */ in brw_dp_untyped_atomic_desc() 653 unsigned exec_size, in brw_dp_untyped_atomic_float_desc() 680 unsigned exec_size, /**< 0 for SIMD4x2 */ in brw_dp_untyped_surface_rw_desc() 734 unsigned exec_size, in brw_dp_byte_scattered_rw_desc() 755 unsigned exec_size, in brw_dp_dword_scattered_rw_desc() 806 unsigned exec_size, /**< 0 for SIMD4x2 */ in brw_dp_a64_untyped_surface_rw_desc() 869 unsigned exec_size, /**< 0 for SIMD4x2 */ in brw_dp_a64_byte_scattered_rw_desc() 891 ASSERTED unsigned exec_size, /**< 0 for SIMD4x2 */ in brw_dp_a64_untyped_atomic_desc() 913 ASSERTED unsigned exec_size, in brw_dp_a64_untyped_atomic_float_desc() [all …]
|
D | test_eu_validate.cpp | 195 enum brw_execution_size exec_size; in TEST_P() member 1494 unsigned exec_size; in TEST_P() member 1501 #define INST(exec_size, dst_type, src0_type, src1_type, \ in TEST_P() argument 1618 unsigned exec_size; in TEST_P() member 1628 #define INST(exec_size, opcode, dst_type, src0_type, src1_type, \ in TEST_P() argument 1765 unsigned exec_size; in TEST_P() member 1774 #define INST(exec_size, dst_type, src0_type, src1_type, dst_stride, dst_subnr, \ in TEST_P() argument 1903 unsigned exec_size; in TEST_P() member 1909 #define INST(exec_size, dst_type, src0_type, src1_type, expected_result) \ in TEST_P() argument 2064 unsigned exec_size; in TEST_P() member [all …]
|
D | brw_eu_validate.c | 696 unsigned exec_size = 1 << brw_inst_exec_size(devinfo, inst); in general_restrictions_based_on_operand_types() local 928 unsigned exec_size = 1 << brw_inst_exec_size(devinfo, inst); in general_restrictions_on_region_parameters() local 1094 unsigned exec_size = 1 << brw_inst_exec_size(devinfo, inst); in special_restrictions_for_mixed_float_mode() local 1317 unsigned exec_size, unsigned element_size, unsigned subreg, in align1_access_mask() 1368 unsigned exec_size = 1 << brw_inst_exec_size(devinfo, inst); in region_alignment_rules() local
|
D | brw_eu_emit.c | 2334 const unsigned exec_size = 1 << brw_get_default_exec_size(p); in brw_oword_block_read() local 3071 unsigned exec_size /**< 0 for SIMD4x2 */) in brw_surface_payload_size() 3098 const unsigned exec_size = align1 ? 1 << brw_get_default_exec_size(p) : in brw_untyped_atomic() local 3131 const unsigned exec_size = align1 ? 1 << brw_get_default_exec_size(p) : 0; in brw_untyped_surface_read() local 3156 const unsigned exec_size = align1 ? 1 << brw_get_default_exec_size(p) : in brw_untyped_surface_write() local 3236 const uint16_t exec_size = brw_get_default_exec_size(p); in brw_pixel_interpolator_query() local 3261 const unsigned exec_size = 1 << brw_get_default_exec_size(p); in brw_find_live_channel() local
|
D | brw_ir.h | 137 uint8_t exec_size; member
|
D | brw_fs.cpp | 51 fs_inst::init(enum opcode opcode, uint8_t exec_size, const fs_reg &dst, in init() 97 fs_inst::fs_inst(enum opcode opcode, uint8_t exec_size) in fs_inst() 102 fs_inst::fs_inst(enum opcode opcode, uint8_t exec_size, const fs_reg &dst) in fs_inst() 107 fs_inst::fs_inst(enum opcode opcode, uint8_t exec_size, const fs_reg &dst, in fs_inst() 114 fs_inst::fs_inst(enum opcode opcode, uint8_t exec_size, const fs_reg &dst, in fs_inst() 121 fs_inst::fs_inst(enum opcode opcode, uint8_t exec_size, const fs_reg &dst, in fs_inst() 1879 const unsigned exec_size = in convert_attr_sources_to_hw_regs() local
|
D | brw_disasm.c | 190 static const char *const exec_size[8] = { variable 1607 int exec_size = 1 << brw_inst_exec_size(devinfo, inst); in qtr_ctrl() local
|
D | brw_fs_bank_conflicts.cpp | 659 const unsigned exec_size = inst->dst.component_size(inst->exec_size); in shader_conflict_weight_matrix() local
|
D | brw_vec4_generator.cpp | 1525 unsigned exec_size = inst->exec_size; in generate_code() local
|
D | brw_fs_generator.cpp | 2000 unsigned exec_size = inst->exec_size; in generate_code() local
|
/external/mesa3d/src/amd/compiler/ |
D | aco_print_asm.cpp | 96 uint32_t *binary, unsigned exec_size, size_t pos, in disasm_instr() 145 unsigned exec_size, FILE *output) in print_asm()
|
D | aco_interface.cpp | 167 unsigned exec_size = aco::emit_program(program.get(), code); in aco_compile_shader() local
|
D | aco_assembler.cpp | 933 unsigned exec_size = code.size() * sizeof(uint32_t); in emit_program() local
|
/external/mesa3d/src/gallium/drivers/vc4/kernel/ |
D | vc4_gem.c | 43 uint32_t exec_size = uniforms_offset + args->uniforms_size; in vc4_get_bcl() local
|
/external/mesa3d/src/amd/common/ |
D | ac_rtld.h | 65 uint64_t exec_size; member
|
D | ac_rtld.c | 269 uint64_t exec_size = 0; in ac_rtld_open() local
|
/external/igt-gpu-tools/assembler/ |
D | brw_disasm.c | 167 static const char * const exec_size[8] = { variable 1017 int exec_size = esize[inst->header.execution_size]; in qtr_ctrl() local
|
D | gen8_disasm.c | 805 int exec_size = esize[gen8_exec_size(inst)]; in qtr_ctrl() local
|
D | gram.y | 269 static inline int exec_size(struct brw_program_instruction *insn) in exec_size() function
|
/external/mesa3d/src/amd/compiler/tests/ |
D | helpers.cpp | 181 unsigned exec_size = emit_program(program.get(), binary); in finish_assembler_test() local
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_shader.h | 374 unsigned exec_size; member 398 uint32_t exec_size; member
|
/external/libdrm/intel/ |
D | intel_bufmgr_gem.c | 120 int exec_size; member
|