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

  /external/mesa3d/src/intel/isl/tests/
isl_surf_get_image_offset_test.c 55 t_assert_image_alignment_el(const struct isl_surf *surf,
68 t_assert_image_alignment_sa(const struct isl_surf *surf,
81 t_assert_offset_el(const struct isl_surf *surf,
97 t_assert_phys_level0_sa(const struct isl_surf *surf, uint32_t width,
104 t_assert_gen4_3d_layer(const struct isl_surf *surf,
133 struct isl_surf surf;
181 struct isl_surf surf;
242 struct isl_surf surf;
  /external/mesa3d/src/intel/isl/
isl.h 518 * @invariant isl_surf::phys_level0_sa::depth == 1
526 * @invariant isl_surf::phys_level0_sa::array_len == 1
586 * @invariant isl_surf::samples > 1
592 * @invariant isl_surf::samples == 1
598 * @invariant isl_surf::samples == 1
1118 struct isl_surf { struct
    [all...]
isl.c     [all...]
isl_storage_image.c 222 const struct isl_surf *surf,
isl_surface_state.c 134 get_image_alignment(const struct isl_surf *surf)
167 get_qpitch(const struct isl_surf *surf)
  /external/mesa3d/src/intel/blorp/
blorp_priv.h 51 struct isl_surf surf;
54 struct isl_surf aux_surf;
blorp.h 96 const struct isl_surf *surf;
99 const struct isl_surf *aux_surf;
blorp_clear.c 187 const struct isl_surf *aux_surf,
    [all...]
blorp_blit.c     [all...]
blorp_genX_exec.h     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_mipmap_tree.h 137 struct isl_surf surf;
187 struct isl_surf surf;
brw_blorp.c 125 struct isl_surf tmp_surfs[1])
153 struct isl_surf *aux_surf = NULL;
329 struct isl_surf tmp_surfs[2];
420 struct isl_surf tmp_surfs[2];
    [all...]
brw_wm_surface_state.c 82 uint32_t *offset, struct isl_surf *surf)
147 struct isl_surf surf;
154 struct isl_surf *aux_surf = NULL;
    [all...]
intel_screen.c 701 struct isl_surf surf;
721 struct isl_surf aux_surf;
    [all...]
intel_mipmap_tree.c 440 get_num_phys_layers(const struct isl_surf *surf, unsigned level)
939 struct isl_surf temp_ccs_surf;
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_blorp.c 132 struct isl_surf *isl_surf)
152 .surf = isl_surf,
160 ok = isl_surf_init(&device->isl_dev, isl_surf,
383 struct isl_surf buffer_isl_surf;
700 struct isl_surf isl_surf; local
735 &surf, &isl_surf);
752 &surf, &isl_surf);
767 &surf, &isl_surf);
    [all...]
anv_image.c 969 const struct isl_surf *isl_surf = &surface->isl; local
    [all...]
anv_private.h     [all...]

Completed in 274 milliseconds