Searched refs:width_height_idx (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_shader.h102 unsigned width_height_idx:5; /**< texture unit */ member in struct:svga_compile_key::__anonc870c18e0408
H A Dsvga_shader.c317 assert(idx < (1 << 5)); /* width_height_idx:5 bitfield */
318 key->tex[i].width_height_idx = idx++;
H A Dsvga_state_constants.c83 assert(variant->key.tex[i].width_height_idx == count);
H A Dsvga_tgsi_insn.c1019 idx = emit->key.tex[sampler_num].width_height_idx +
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_shader.h134 unsigned width_height_idx:5; /**< texture unit */ member in struct:svga_compile_key::__anon0ac7a0a10708
H A Dsvga_shader.c356 assert(idx < (1 << 5)); /* width_height_idx:5 bitfield */
357 key->tex[i].width_height_idx = idx++;
H A Dsvga_state_constants.c83 assert(variant->key.tex[i].width_height_idx == count);
H A Dsvga_tgsi_insn.c1017 idx = emit->key.tex[sampler_num].width_height_idx +

Completed in 15 milliseconds