Searched refs:ps_type (Results 1 - 1 of 1) sorted by relevance
/third_party/libdrm/tests/amdgpu/ |
H A D | basic_tests.c | 432 enum ps_type { enum 3231 static int amdgpu_draw_load_ps_shader(uint8_t *ptr, int ps_type, uint32_t version) in amdgpu_draw_load_ps_shader() argument 3241 switch (ps_type) { in amdgpu_draw_load_ps_shader() 3527 int ps_type, in amdgpu_draw_vs_RectPosTexFast_write2hw() 3592 if (ps_type == PS_CONST) { in amdgpu_draw_vs_RectPosTexFast_write2hw() 3594 } else if (ps_type == PS_TEX) { in amdgpu_draw_vs_RectPosTexFast_write2hw() 3607 int ps_type, in amdgpu_draw_ps_write2hw() 3616 if (ps_type == PS_CONST) { in amdgpu_draw_ps_write2hw() 3626 } else if (ps_type == PS_TEX) { in amdgpu_draw_ps_write2hw() 4038 enum ps_type ps_typ in amdgpu_memcpy_draw_test() local 3526 amdgpu_draw_vs_RectPosTexFast_write2hw(uint32_t *ptr, int ps_type, uint64_t shader_addr, uint32_t version, int hang_slow) amdgpu_draw_vs_RectPosTexFast_write2hw() argument 3606 amdgpu_draw_ps_write2hw(uint32_t *ptr, int ps_type, uint64_t shader_addr, uint32_t version) amdgpu_draw_ps_write2hw() argument [all...] |
Completed in 5 milliseconds