Home
last modified time | relevance | path

Searched defs:vc4 (Results 1 – 25 of 485) sorted by relevance

12345678910>>...20

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_state.c54 struct vc4_context *vc4 = vc4_context(pctx); in vc4_set_blend_color() local
65 struct vc4_context *vc4 = vc4_context(pctx); in vc4_set_stencil_ref() local
74 struct vc4_context *vc4 = vc4_context(pctx); in vc4_set_clip_state() local
82 struct vc4_context *vc4 = vc4_context(pctx); in vc4_set_sample_mask() local
285 struct vc4_context *vc4 = vc4_context(pctx); in vc4_set_polygon_stipple() local
296 struct vc4_context *vc4 = vc4_context(pctx); in vc4_set_scissor_states() local
308 struct vc4_context *vc4 = vc4_context(pctx); in vc4_set_viewport_states() local
318 struct vc4_context *vc4 = vc4_context(pctx); in vc4_set_vertex_buffers() local
331 struct vc4_context *vc4 = vc4_context(pctx); in vc4_blend_state_bind() local
339 struct vc4_context *vc4 = vc4_context(pctx); in vc4_rasterizer_state_bind() local
[all …]
Dvc4_context.c43 struct vc4_context *vc4 = vc4_context(pctx); in vc4_flush() local
55 struct vc4_context *vc4 = vc4_context(pctx); in vc4_pipe_flush() local
91 struct vc4_context *vc4 = vc4_context(pctx); in vc4_set_debug_callback() local
102 struct vc4_context *vc4 = vc4_context(pctx); in vc4_invalidate_resource() local
120 struct vc4_context *vc4 = vc4_context(pctx); in vc4_context_destroy() local
161 struct vc4_context *vc4; in vc4_context_create() local
Dvc4_job.c35 vc4_job_free(struct vc4_context *vc4, struct vc4_job *job) in vc4_job_free()
75 vc4_job_create(struct vc4_context *vc4) in vc4_job_create()
99 vc4_flush_jobs_writing_resource(struct vc4_context *vc4, in vc4_flush_jobs_writing_resource()
111 vc4_flush_jobs_reading_resource(struct vc4_context *vc4, in vc4_flush_jobs_reading_resource()
167 vc4_get_job(struct vc4_context *vc4, in vc4_get_job()
226 vc4_get_job_for_fbo(struct vc4_context *vc4) in vc4_get_job_for_fbo()
370 vc4_job_submit(struct vc4_context *vc4, struct vc4_job *job) in vc4_job_submit()
539 vc4_job_init(struct vc4_context *vc4) in vc4_job_init()
Dvc4_blit.c54 struct vc4_context *vc4 = vc4_context(pctx); in vc4_tile_blit() local
166 vc4_blitter_save(struct vc4_context *vc4) in vc4_blitter_save()
191 struct vc4_context *vc4 = vc4_context(pctx); in vc4_get_yuv_vs() local
228 struct vc4_context *vc4 = vc4_context(pctx); in vc4_get_yuv_fs() local
324 struct vc4_context *vc4 = vc4_context(pctx); in vc4_yuv_blit() local
420 struct vc4_context *vc4 = vc4_context(ctx); in vc4_render_blit() local
Dvc4_draw.c76 vc4_start_draw(struct vc4_context *vc4) in vc4_start_draw()
117 struct vc4_context *vc4 = vc4_context(pctx); in vc4_predraw_check_textures() local
133 vc4_emit_gl_shader_state(struct vc4_context *vc4, in vc4_emit_gl_shader_state()
278 struct vc4_context *vc4 = vc4_context(pctx); in vc4_hw_2116_workaround() local
291 struct vc4_context *vc4 = vc4_context(pctx); in vc4_draw_vbo() local
523 struct vc4_context *vc4 = vc4_context(pctx); in vc4_clear() local
Dvc4_fence.c110 struct vc4_context *vc4 = vc4_context(pctx); in vc4_fence_create_fd() local
122 struct vc4_context *vc4 = vc4_context(pctx); in vc4_fence_server_sync() local
138 vc4_fence_context_init(struct vc4_context *vc4) in vc4_fence_context_init()
Dvc4_program.c2219 vc4_shader_ntq(struct vc4_context *vc4, enum qstage stage, in vc4_shader_ntq()
2436 struct vc4_context *vc4 = vc4_context(pctx); in vc4_shader_state_create() local
2515 vc4_setup_compiled_fs_inputs(struct vc4_context *vc4, struct vc4_compile *c, in vc4_setup_compiled_fs_inputs()
2580 vc4_get_compiled_shader(struct vc4_context *vc4, enum qstage stage, in vc4_get_compiled_shader()
2662 vc4_setup_shared_key(struct vc4_context *vc4, struct vc4_key *key, in vc4_setup_shared_key()
2697 vc4_update_compiled_fs(struct vc4_context *vc4, uint8_t prim_mode) in vc4_update_compiled_fs()
2775 vc4_update_compiled_vs(struct vc4_context *vc4, uint8_t prim_mode) in vc4_update_compiled_vs()
2821 vc4_update_compiled_shaders(struct vc4_context *vc4, uint8_t prim_mode) in vc4_update_compiled_shaders()
2901 struct vc4_context *vc4 = vc4_context(pctx); in vc4_shader_state_delete() local
2920 struct vc4_context *vc4 = vc4_context(pctx); in vc4_fp_state_bind() local
[all …]
Dmeson.build103 libvc4 = static_library( build
Dvc4_register_allocate.c109 vc4_alloc_reg_set(struct vc4_context *vc4) in vc4_alloc_reg_set()
254 vc4_register_allocate(struct vc4_context *vc4, struct vc4_compile *c) in vc4_register_allocate()
Dvc4_emit.c29 struct vc4_context *vc4 = vc4_context(pctx); in vc4_emit_state() local
/external/clang/test/Sema/
Dext_vector_conversions.c8 char4 vc4; in test() local
/external/XNNPACK/src/math/
Dextexp-avx2-p5.c30 const __m256 vc4 = _mm256_set1_ps(0x1.573A1Ap-5f); in xnn_math_f32_extexp__avx2_p5() local
Dextexp-avx512f-p5.c30 const __m512 vc4 = _mm512_set1_ps(0x1.573A1Ap-5f); in xnn_math_f32_extexp__avx512f_p5() local
Dexpminus-f32-avx2-rr1-p5.c31 const __m256 vc4 = _mm256_set1_ps(0x1.573A1Ap-5f); in xnn_math_f32_expminus__avx2_rr1_p5() local
Dexpminus-f32-scalar-rr2-p5.c31 const float vc4 = 0x1.573A1Ap-5f; in xnn_math_f32_expminus__scalar_rr2_p5() local
Dexpminus-f32-sse2-rr2-p5.c33 const __m128 vc4 = _mm_set1_ps(0x1.573A1Ap-5f); in xnn_math_f32_expminus__sse2_rr2_p5() local
Dexpminus-f32-avx2-rr2-p5.c32 const __m256 vc4 = _mm256_set1_ps(0x1.573A1Ap-5f); in xnn_math_f32_expminus__avx2_rr2_p5() local
Dexpminus-f32-neonfma-rr2-p5.c32 const float32x4_t vc4 = vmovq_n_f32(0x1.573A1Ap-5f); in xnn_math_f32_expminus__neonfma_rr2_p5() local
Dexpm1minus-f32-scalar-rr2-p5.c33 const float vc4 = 0x1.5704DCp-5f; in xnn_math_f32_expm1minus__scalar_rr2_p5() local
Dexpm1minus-f32-neonfma-rr1-p6.c32 const float32x4_t vc4 = vmovq_n_f32(0x1.555716p-5f); in xnn_math_f32_expm1minus__neonfma_rr1_p6() local
Dexpm1minus-f32-avx2-rr1-p6.c32 const __m256 vc4 = _mm256_set1_ps(0x1.555716p-5f); in xnn_math_f32_expm1minus__avx2_rr1_p6() local
Dsigmoid-f32-avx512f-rr1-p5-scalef-div.c28 const __m512 vc4 = _mm512_set1_ps(0x1.573A1Ap-5f); in xnn_math_f32_sigmoid__avx512f_rr1_p5_scalef_div() local
Dexpm1minus-f32-avx512f-rr1-p6.c32 const __m512 vc4 = _mm512_set1_ps(0x1.555716p-5f); in xnn_math_f32_expm1minus__avx512f_rr1_p6() local
Dexpm1minus-f32-avx2-rr1-lut8-p4-perm.c34 const __m256 vc4 = _mm256_set1_ps(0x1.5558ECp-5f); in xnn_math_f32_expm1minus__avx2_rr1_lut8_p4_perm() local
/external/libdrm/
Dmeson_options.txt92 'vc4', combo

12345678910>>...20