Home
last modified time | relevance | path

Searched refs:brw_texture_offset (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_shader.h33 uint32_t brw_texture_offset(ir_constant *offset);
Dbrw_shader.cpp304 brw_texture_offset(ir_constant *offset) in brw_texture_offset() function
Dbrw_fs_visitor.cpp1347 inst->texture_offset = brw_texture_offset(ir->offset->as_constant()); in visit()
Dbrw_vec4_visitor.cpp1912 inst->texture_offset = brw_texture_offset(ir->offset->as_constant()); in visit()