Searched refs:fill_reloc (Results 1 – 6 of 6) sorted by relevance
/external/igt-gpu-tools/tests/i915/ |
D | gen3_mixed_blits.c | 63 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()
|
D | gem_fenced_exec_thrash.c | 82 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()
|
D | gen3_render_linear_blits.c | 64 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()
|
D | gen3_render_tiledx_blits.c | 63 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()
|
D | gen3_render_tiledy_blits.c | 63 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()
|
D | gen3_render_mixed_blits.c | 63 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()
|