Searched refs:shd_text (Results 1 – 3 of 3) sorted by relevance
/external/virglrenderer/src/ |
D | vrend_renderer.h | 118 const char *shd_text, uint32_t offlen, uint32_t num_tokens,
|
D | vrend_decode.c | 73 uint8_t *shd_text; in vrend_decode_create_shader() local 117 shd_text = get_buf_ptr(ctx, shader_offset); in vrend_decode_create_shader() 118 …ret = vrend_create_shader(ctx->grctx, handle, &so_info, req_local_mem, (const char *)shd_text, off… in vrend_decode_create_shader()
|
D | vrend_renderer.c | 2923 const char *shd_text, uint32_t offlen, uint32_t num_tokens, in vrend_create_shader() argument 2974 memcpy(sel->tmp_buf, shd_text, pkt_length * 4); in vrend_create_shader() 3010 memcpy(sel->tmp_buf + sel->buf_offset, shd_text, pkt_length * 4); in vrend_create_shader() 3015 shd_text = sel->tmp_buf; in vrend_create_shader() 3029 fprintf(stderr,"shader\n%s\n", shd_text); in vrend_create_shader() 3030 if (!tgsi_text_translate((const char *)shd_text, tokens, num_tokens + 10)) { in vrend_create_shader()
|