Searched refs:pixsize (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_texture_desc.c61 unsigned pixsize = util_format_get_blocksize(format); local
65 assert(pixsize <= 16);
70 if (pixsize == 4)
75 tile = table[macrotile][util_logbase2(pixsize)][microtile][dim];
79 h_tile = table[macrotile][util_logbase2(pixsize)][microtile][DIM_HEIGHT];
80 align = 64 / (pixsize * h_tile);
H A Dr300_fs.c339 OUT_CB_REG(R300_US_PIXSIZE, code->pixsize);
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_texture_desc.c61 unsigned pixsize = util_format_get_blocksize(format); local
65 assert(pixsize <= 16);
70 if (pixsize == 4)
75 tile = table[macrotile][util_logbase2(pixsize)][microtile][dim];
79 h_tile = table[macrotile][util_logbase2(pixsize)][microtile][DIM_HEIGHT];
80 align = 64 / (pixsize * h_tile);
H A Dr300_fs.c339 OUT_CB_REG(R300_US_PIXSIZE, code->pixsize);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_code.h218 uint32_t pixsize; /* US_PIXSIZE */ member in struct:r300_fragment_program_code
H A Dr300_fragprog_emit.c85 if (index > code->pixsize)
86 code->pixsize = index;
504 if (code->pixsize >= compiler->Base.max_temp_regs)
546 if (code->pixsize >= R300_PFS_NUM_TEMP_REGS
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_code.h218 uint32_t pixsize; /* US_PIXSIZE */ member in struct:r300_fragment_program_code
H A Dr300_fragprog_emit.c85 if (index > code->pixsize)
86 code->pixsize = index;
504 if (code->pixsize >= compiler->Base.max_temp_regs)
546 if (code->pixsize >= R300_PFS_NUM_TEMP_REGS
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dr600_blit.c273 unsigned pixsize = util_format_get_blocksize(rtex->real_format); local
285 if (pixsize == 8)
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dr600_blit.c273 unsigned pixsize = util_format_get_blocksize(rtex->real_format); local
285 if (pixsize == 8)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_blit.c575 unsigned pixsize = util_format_get_blocksize(rtex->resource.b.b.format); local
587 if (pixsize == 8)
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_blit.c575 unsigned pixsize = util_format_get_blocksize(rtex->resource.b.b.format); local
587 if (pixsize == 8)

Completed in 334 milliseconds