| /external/mesa3d/src/gallium/drivers/vc4/ |
| D | vc4_state.c | 54 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 …]
|
| D | vc4_context.c | 43 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
|
| D | vc4_job.c | 35 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()
|
| D | vc4_blit.c | 54 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
|
| D | vc4_draw.c | 76 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
|
| D | vc4_fence.c | 110 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()
|
| D | vc4_program.c | 2219 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 …]
|
| D | meson.build | 103 libvc4 = static_library( build
|
| D | vc4_register_allocate.c | 109 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()
|
| D | vc4_emit.c | 29 struct vc4_context *vc4 = vc4_context(pctx); in vc4_emit_state() local
|
| /external/clang/test/Sema/ |
| D | ext_vector_conversions.c | 8 char4 vc4; in test() local
|
| /external/XNNPACK/src/math/ |
| D | extexp-avx2-p5.c | 30 const __m256 vc4 = _mm256_set1_ps(0x1.573A1Ap-5f); in xnn_math_f32_extexp__avx2_p5() local
|
| D | extexp-avx512f-p5.c | 30 const __m512 vc4 = _mm512_set1_ps(0x1.573A1Ap-5f); in xnn_math_f32_extexp__avx512f_p5() local
|
| D | expminus-f32-avx2-rr1-p5.c | 31 const __m256 vc4 = _mm256_set1_ps(0x1.573A1Ap-5f); in xnn_math_f32_expminus__avx2_rr1_p5() local
|
| D | expminus-f32-scalar-rr2-p5.c | 31 const float vc4 = 0x1.573A1Ap-5f; in xnn_math_f32_expminus__scalar_rr2_p5() local
|
| D | expminus-f32-sse2-rr2-p5.c | 33 const __m128 vc4 = _mm_set1_ps(0x1.573A1Ap-5f); in xnn_math_f32_expminus__sse2_rr2_p5() local
|
| D | expminus-f32-avx2-rr2-p5.c | 32 const __m256 vc4 = _mm256_set1_ps(0x1.573A1Ap-5f); in xnn_math_f32_expminus__avx2_rr2_p5() local
|
| D | expminus-f32-neonfma-rr2-p5.c | 32 const float32x4_t vc4 = vmovq_n_f32(0x1.573A1Ap-5f); in xnn_math_f32_expminus__neonfma_rr2_p5() local
|
| D | expm1minus-f32-scalar-rr2-p5.c | 33 const float vc4 = 0x1.5704DCp-5f; in xnn_math_f32_expm1minus__scalar_rr2_p5() local
|
| D | expm1minus-f32-neonfma-rr1-p6.c | 32 const float32x4_t vc4 = vmovq_n_f32(0x1.555716p-5f); in xnn_math_f32_expm1minus__neonfma_rr1_p6() local
|
| D | expm1minus-f32-avx2-rr1-p6.c | 32 const __m256 vc4 = _mm256_set1_ps(0x1.555716p-5f); in xnn_math_f32_expm1minus__avx2_rr1_p6() local
|
| D | sigmoid-f32-avx512f-rr1-p5-scalef-div.c | 28 const __m512 vc4 = _mm512_set1_ps(0x1.573A1Ap-5f); in xnn_math_f32_sigmoid__avx512f_rr1_p5_scalef_div() local
|
| D | expm1minus-f32-avx512f-rr1-p6.c | 32 const __m512 vc4 = _mm512_set1_ps(0x1.555716p-5f); in xnn_math_f32_expm1minus__avx512f_rr1_p6() local
|
| D | expm1minus-f32-avx2-rr1-lut8-p4-perm.c | 34 const __m256 vc4 = _mm256_set1_ps(0x1.5558ECp-5f); in xnn_math_f32_expm1minus__avx2_rr1_lut8_p4_perm() local
|
| /external/libdrm/ |
| D | meson_options.txt | 92 'vc4', combo
|