Lines Matching defs:sparse
1220 bool sparse = false);
7261 bool sparse = flags & TEX_SPARSE;
7264 const glsl_type *type = sparse ? glsl_type::int_type : return_type;
7267 ir_texture *tex = new(mem_ctx) ir_texture(opcode, sparse);
7286 if (sparse) {
7297 if (sparse) {
7314 bool sparse)
7319 const glsl_type *type = sparse ? glsl_type::int_type : return_type;
7323 ir_texture *tex = new(mem_ctx) ir_texture(ir_txf, sparse);
7347 if (sparse) {