HomeSort by relevance Sort by last modified time
    Searched refs:isl_surf_get_array_pitch_el_rows (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/intel/isl/tests/
isl_surf_get_image_offset_test.c 151 t_assert(isl_surf_get_array_pitch_el_rows(&surf) >= 772);
152 t_assert(isl_surf_get_array_pitch_el_rows(&surf) ==
199 t_assert(isl_surf_get_array_pitch_el_rows(&surf) >= 1540);
200 t_assert(isl_surf_get_array_pitch_el_rows(&surf) ==
226 t_assert(isl_surf_get_array_pitch_el_rows(&surf) == 1540);
259 t_assert(isl_surf_get_array_pitch_el_rows(&surf) == 74916);
261 isl_surf_get_array_pitch_el_rows(&surf));
  /external/mesa3d/src/intel/isl/
isl_storage_image.c 243 param->stride[3] = isl_surf_get_array_pitch_el_rows(surf);
isl_surface_state.c 188 return isl_surf_get_array_pitch_el_rows(surf) / 2;
190 return isl_surf_get_array_pitch_el_rows(surf);
isl.h 1360 isl_surf_get_array_pitch_el_rows(const struct isl_surf *surf) function
    [all...]
  /external/mesa3d/src/intel/blorp/
blorp_genX_exec.h 831 isl_surf_get_array_pitch_el_rows(&params->depth.surf) >> 2,
874 isl_surf_get_array_pitch_el_rows(&params->stencil.surf) >> 2,
    [all...]
  /external/mesa3d/src/intel/vulkan/
genX_cmd_buffer.c     [all...]

Completed in 298 milliseconds