Home
last modified time | relevance | path

Searched refs:fill_reloc (Results 1 – 6 of 6) sorted by relevance

/external/igt-gpu-tools/tests/i915/
Dgen3_mixed_blits.c63 static uint32_t fill_reloc(struct drm_i915_gem_relocation_entry *reloc, in fill_reloc() function
164 *b = fill_reloc(r++, b-batch, src, I915_GEM_DOMAIN_SAMPLER, 0); b++; in render_copy()
192 *b = fill_reloc(r++, b-batch, dst, in render_copy()
331 *b = fill_reloc(r++, b-batch, dst, in blt_copy()
335 *b = fill_reloc(r++, b-batch, src, I915_GEM_DOMAIN_RENDER, 0); b++; in blt_copy()
Dgem_fenced_exec_thrash.c82 static void fill_reloc(struct drm_i915_gem_relocation_entry *reloc, uint32_t handle) in fill_reloc() function
113 fill_reloc(&reloc[n], handle); in run_test()
Dgen3_render_linear_blits.c64 static uint32_t fill_reloc(struct drm_i915_gem_relocation_entry *reloc, in fill_reloc() function
147 *b = fill_reloc(r++, b-batch, src, I915_GEM_DOMAIN_SAMPLER, 0); b++; in copy()
166 *b = fill_reloc(r++, b-batch, dst, in copy()
Dgen3_render_tiledx_blits.c63 static uint32_t fill_reloc(struct drm_i915_gem_relocation_entry *reloc, in fill_reloc() function
146 *b = fill_reloc(r++, b-batch, src, I915_GEM_DOMAIN_SAMPLER, 0); b++; in copy()
166 *b = fill_reloc(r++, b-batch, dst, in copy()
Dgen3_render_tiledy_blits.c63 static uint32_t fill_reloc(struct drm_i915_gem_relocation_entry *reloc, in fill_reloc() function
146 *b = fill_reloc(r++, b-batch, src, I915_GEM_DOMAIN_SAMPLER, 0); b++; in copy()
166 *b = fill_reloc(r++, b-batch, dst, in copy()
Dgen3_render_mixed_blits.c63 static uint32_t fill_reloc(struct drm_i915_gem_relocation_entry *reloc, in fill_reloc() function
155 *b = fill_reloc(r++, b-batch, src, I915_GEM_DOMAIN_SAMPLER, 0); b++; in copy()
179 *b = fill_reloc(r++, b-batch, dst, in copy()