Home
last modified time | relevance | path

Searched defs:exec_size (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dtest_eu_validate.cpp862 unsigned exec_size; in TEST_P() member
939 unsigned exec_size; in TEST_P() member
953 #define INST(opcode, exec_size, dst_type, dst_subreg, dst_stride, src_type, \ in TEST_P() argument
1111 unsigned exec_size; in TEST_P() member
1125 #define INST(opcode, exec_size, dst_type, dst_is_indirect, dst_stride, \ in TEST_P() argument
1231 unsigned exec_size; in TEST_P() member
1246 #define INST(opcode, exec_size, dst, dst_type, dst_stride, \ in TEST_P() argument
1376 unsigned exec_size; in TEST_P() member
1383 #define INST(opcode, exec_size, dst_type, src_type, expected_result) \ in TEST_P() argument
1446 unsigned exec_size; in TEST_P() member
[all …]
Dbrw_eu_validate.c403 unsigned exec_size = 1 << brw_inst_exec_size(devinfo, inst); in general_restrictions_based_on_operand_types() local
504 unsigned exec_size = 1 << brw_inst_exec_size(devinfo, inst); in general_restrictions_on_region_parameters() local
670 unsigned exec_size, unsigned element_size, unsigned subreg, in align1_access_mask()
721 unsigned exec_size = 1 << brw_inst_exec_size(devinfo, inst); in region_alignment_rules() local
Dbrw_shader.h143 uint8_t exec_size; member
Dbrw_fs.cpp49 fs_inst::init(enum opcode opcode, uint8_t exec_size, const fs_reg &dst, in init()
95 fs_inst::fs_inst(enum opcode opcode, uint8_t exec_size) in fs_inst()
100 fs_inst::fs_inst(enum opcode opcode, uint8_t exec_size, const fs_reg &dst) in fs_inst()
105 fs_inst::fs_inst(enum opcode opcode, uint8_t exec_size, const fs_reg &dst, in fs_inst()
112 fs_inst::fs_inst(enum opcode opcode, uint8_t exec_size, const fs_reg &dst, in fs_inst()
119 fs_inst::fs_inst(enum opcode opcode, uint8_t exec_size, const fs_reg &dst, in fs_inst()
1623 const unsigned exec_size = in convert_attr_sources_to_hw_regs() local
Dbrw_disasm.c171 static const char *const exec_size[8] = { variable
1414 int exec_size = 1 << brw_inst_exec_size(devinfo, inst); in qtr_ctrl() local
Dbrw_eu_emit.c2200 const unsigned exec_size = 1 << brw_inst_exec_size(devinfo, p->current); in brw_oword_block_read() local
3332 const uint16_t exec_size = brw_inst_exec_size(devinfo, p->current); in brw_pixel_interpolator_query() local
3356 const unsigned exec_size = 1 << brw_inst_exec_size(devinfo, p->current); in brw_find_live_channel() local
Dbrw_fs_bank_conflicts.cpp639 const unsigned exec_size = inst->dst.component_size(inst->exec_size); in shader_conflict_weight_matrix() local
Dbrw_fs_generator.cpp1708 unsigned exec_size = inst->exec_size; in generate_code() local
Dbrw_vec4_generator.cpp1539 unsigned exec_size = inst->exec_size; in generate_code() local
/external/mesa3d/src/gallium/drivers/vc4/kernel/
Dvc4_gem.c43 uint32_t exec_size = uniforms_offset + args->uniforms_size; in vc4_get_bcl() local
/external/libdrm/intel/
Dintel_bufmgr_gem.c120 int exec_size; member