Searched refs:pix_h (Results 1 – 2 of 2) sorted by relevance
93 uint64_t pix_h = ((pix1 & ~BYTE_VEC(0x03)) >> 2) \109 + pix_h + npix_h; \114 pix_h = npix_h; \
856 GLuint pix_h = 1; in brw_map_image() local882 _mesa_get_format_block_size(image->format, &pix_w, &pix_h); in brw_map_image()886 assert(pix_h); in brw_map_image()889 raw_data += (x0 / pix_w) * pix_bytes + (y0 / pix_h) * image->pitch; in brw_map_image()