Home
last modified time | relevance | path

Searched defs:dispatch_width (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs.h362 const unsigned dispatch_width; /**< 8, 16 or 32 */ variable
476 unsigned dispatch_width; /**< 8, 16 or 32 */ variable
Dbrw_fs_builder.h57 unsigned dispatch_width) : in fs_builder()
165 dispatch_width() const in dispatch_width() function
Dbrw_vec4_builder.h152 dispatch_width() const in dispatch_width() function
Dbrw_fs_visitor.cpp854 unsigned dispatch_width, in fs_visitor()
Dbrw_fs_reg_allocate.cpp76 brw_alloc_reg_set(struct brw_compiler *compiler, int dispatch_width) in brw_alloc_reg_set()
Dbrw_fs_generator.cpp1529 fs_generator::generate_code(const cfg_t *cfg, int dispatch_width) in generate_code()