Home | History | Annotate | Download | only in vulkan

Lines Matching defs:bs

67    unsigned bs = 16;
68 bs = gcd_pow2_u64(bs, src_offset);
69 bs = gcd_pow2_u64(bs, dst_offset);
70 bs = gcd_pow2_u64(bs, size);
73 switch (bs) {
98 .BufferPitch = bs,
115 .Component0Control = (bs >= 4) ? VFCOMP_STORE_SRC : VFCOMP_STORE_0,
116 .Component1Control = (bs >= 8) ? VFCOMP_STORE_SRC : VFCOMP_STORE_0,
117 .Component2Control = (bs >= 12) ? VFCOMP_STORE_SRC : VFCOMP_STORE_0,
118 .Component3Control = (bs >= 16) ? VFCOMP_STORE_SRC : VFCOMP_STORE_0,
167 sob.SurfacePitch = bs;
199 .ComponentMask = (1 << (bs / 4)) - 1,
209 so.Buffer0SurfacePitch = bs;
224 prim.VertexCountPerInstance = size / bs;