Searched refs:vs_type (Results 1 – 3 of 3) sorted by relevance
| /external/mesa3d/src/gallium/auxiliary/draw/ |
| D | draw_llvm.c | 577 struct lp_type vs_type, in generate_vs() argument 599 params.type = vs_type; in generate_vs() 630 vs_type, info, in generate_vs() 639 struct lp_type vs_type, in fetch_instanced() argument 689 vs_type, aos, index); in fetch_instanced() 697 struct lp_type vs_type, in fetch_vector() argument 706 struct lp_type fetch_type = vs_type; in fetch_vector() 710 lp_build_context_init(&blduivec, gallivm, lp_uint_type(vs_type)); in fetch_vector() 739 fetch_type = lp_type_int_vec(vs_type.width, vs_type.width * vs_type.length); in fetch_vector() 741 fetch_type = lp_type_uint_vec(vs_type.width, vs_type.width * vs_type.length); in fetch_vector() [all …]
|
| /external/libdrm/tests/amdgpu/ |
| D | shader_code.h | 52 enum vs_type { enum
|
| D | shader_test_util.c | 42 enum vs_type vs_type; member 945 …test_vs_shader *shader = &shader_test_vs[test_priv->info->version][test_priv->shader_draw.vs_type]; in amdgpu_draw_load_vs_shader() 1462 …test_vs_shader *shader = &shader_test_vs[test_priv->info->version][test_priv->shader_draw.vs_type]; in amdgpu_draw_vs_RectPosTexFast_write2hw_gfx11() 1796 test_priv.shader_draw.vs_type = VS_RECTPOSTEXFAST; in amdgpu_memset_draw_test() 1947 test_priv.shader_draw.vs_type = VS_RECTPOSTEXFAST; in amdgpu_memcpy_draw_test()
|