Lines Matching defs:index
2141 "%uth index of %s is %u but the type has only "
2163 vtn_fail("%s must only index into composite types",
2593 vtn_tex_src(struct vtn_builder *b, unsigned index, nir_tex_src_type type)
2596 src.src = nir_src_for_ssa(vtn_get_nir_ssa(b, index));
2968 /* For OpFragmentFetchAMD, we always have a multisample index */
3727 /* SSBO needs to initialize index/offset. In this case we don't need to,
3898 uint32_t index = indices[i];
3900 vtn_fail_if(index != 0xffffffff && index >= total_components,
3904 if (index == 0xffffffff) {
3907 } else if (index < src0->num_components) {
3909 vec->src[i].swizzle[0] = index;
3912 vec->src[i].swizzle[0] = index - src0->num_components;
3989 /* If we got a vector here, that means the next index will be trying to
4004 * the component granularity. In that case, the last index will be
4005 * the index to insert the scalar into the vector.
4030 * the component granularity. The last index will be the index of the