Lines Matching defs:value
575 uint64_t *value)
589 *value = 1;
591 *value = tex->num_planes;
593 *value = ac_surface_get_nplanes(&tex->surface);
598 *value = 0;
600 *value = ac_surface_get_plane_stride(sscreen->info.gfx_level,
606 *value = 0;
609 *value = ac_surface_get_plane_offset(sscreen->info.gfx_level,
615 *value = tex->surface.modifier;
633 *value = whandle.handle;
644 uint64_t value;
647 si_resource_get_param(screen, NULL, resource, 0, 0, 0, PIPE_RESOURCE_PARAM_STRIDE, 0, &value);
648 *pstride = value;
652 si_resource_get_param(screen, NULL, resource, 0, 0, 0, PIPE_RESOURCE_PARAM_OFFSET, 0, &value);
653 *poffset = value;
946 /* Use 1.0 as the default clear value to get optimal ZRANGE_PRECISION if we don't
1146 /* Initialize the CMASK base register value. */
2045 * clear code with the value of 1.
2053 /* Channel types must match if the clear value of 1 is used.