Lines Matching defs:space
333 unsigned space;
347 fields[3] = dxil_get_metadata_int32(m, layout->space); // space ID
887 resource_v0->space = layout->space;
914 unsigned space, unsigned binding)
948 if (resource->space == space &&
1036 emit_uav(struct ntd_context *ctx, unsigned binding, unsigned space, unsigned count,
1040 resource_array_layout layout = { id, binding, count, space };
1068 unsigned binding, space;
1071 * as the 0-based image index. Use space 1 so that we can keep using these
1076 space = 1;
1079 space = var->data.descriptor_set;
1085 return emit_uav(ctx, binding, space, count, comp_type, res_kind, name);
1202 emit_cbv(struct ntd_context *ctx, unsigned binding, unsigned space,
1215 resource_array_layout layout = {idx, binding, count, space};
1326 if (res->space > 1)
1328 assert(res->space == 0 ||
1329 (res->space == 1 &&
2861 unsigned space = 0;
2865 space = 2;
2867 space = 1;
2887 get_resource_id(ctx, class, space, base_binding), value, !const_block_index);
4117 unsigned space = nir_intrinsic_desc_set(index);
4120 assert(space < 32);
4147 get_resource_id(ctx, resource_class, space, binding),
5434 * pointer is in the groupshared address space, making the 32-bit -> 64-bit
5480 * space 2. Space 0 will be used for static indexing, while space 2 will be used
5482 * space 2 will be a single array.