HomeSort by relevance Sort by last modified time
    Searched defs:is_send_from_grf (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs.cpp 244 fs_inst::is_send_from_grf() const function in class:fs_inst
377 if (is_send_from_grf())
    [all...]
brw_vec4.cpp 148 vec4_instruction::is_send_from_grf() function in class:brw::vec4_instruction
248 if (is_send_from_grf())
314 if (inst->mlen == 0 || inst->is_send_from_grf())
501 inst->is_send_from_grf())
    [all...]

Completed in 58 milliseconds