Home
last modified time | relevance | path

Searched refs:_ActualFormat (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dshaderimage.c433 ._ActualFormat = _mesa_get_shader_image_format(format) in _mesa_default_image_unit()
501 _mesa_get_format_bytes(u->_ActualFormat)) in _mesa_is_image_unit_valid()
507 get_image_format_class(u->_ActualFormat)) in _mesa_is_image_unit_valid()
568 u->_ActualFormat = _mesa_get_shader_image_format(format); in set_image_binding()
Dtexturebindless.c322 imgObj._ActualFormat = _mesa_get_shader_image_format(format); in get_image_handle()
Dmtypes.h4965 mesa_format _ActualFormat:16; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_image.c57 img->format = st_mesa_format_to_pipe_format(st, u->_ActualFormat); in st_convert_image()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c1522 param->size[0] = size / _mesa_get_format_bytes(u->_ActualFormat); in update_buffer_image_param()
1523 param->stride[0] = _mesa_get_format_bytes(u->_ActualFormat); in update_buffer_image_param()
1535 const unsigned format = get_image_format(brw, u->_ActualFormat, access); in update_image_surface()
1540 _mesa_get_format_bytes(u->_ActualFormat)); in update_image_surface()