HomeSort by relevance Sort by last modified time
    Searched refs:vdecl (Results 1 - 17 of 17) sorted by null

  /external/mesa3d/src/gallium/state_trackers/nine/
nine_shader.h 169 struct NineVertexDeclaration9 *vdecl; member in struct:nine_shader_variant_so
176 struct NineVertexDeclaration9 *vdecl,
179 while (list->vdecl != vdecl && list->next)
181 if (list->vdecl == vdecl) {
190 struct NineVertexDeclaration9 *vdecl,
193 if (list->vdecl == NULL) { /* first shader */
195 nine_bind(&list->vdecl, vdecl);
    [all...]
nine_ff.h 72 if (context->vdecl) {
73 for (i = 0; i < context->vdecl->nelems; i++) {
74 uint16_t usage = context->vdecl->usage_map[i];
78 input_texture_coord[s] = nine_decltype_get_dim(context->vdecl->decls[i].Type);
device9.c 2974 struct NineVertexDeclaration9 *vdecl = NineVertexDeclaration9(pVertexDecl); local
3107 struct NineVertexDeclaration9 *vdecl; local
3124 struct NineVertexDeclaration9 *vdecl = NineVertexDeclaration9(pDecl); local
3160 struct NineVertexDeclaration9 *vdecl; local
    [all...]
nine_state.h 202 struct NineVertexDeclaration9 *vdecl; member in struct:nine_state
267 struct NineVertexDeclaration9 *vdecl; member in struct:nine_context
272 uint32_t stream_usage_mask; /* derived from VS and vdecl */
378 struct NineVertexDeclaration9 *vdecl);
nine_state.c 806 const struct NineVertexDeclaration9 *vdecl = device->context.vdecl; local
821 if (vdecl) {
823 DBG("looking up input %u (usage %u) from vdecl(%p)\n",
824 n, vs->input_map[n].ndecl, vdecl);
826 for (i = 0; i < vdecl->nelems; i++) {
827 if (vdecl->usage_map[i] == vs->input_map[n].ndecl) {
829 used_streams[vdecl->elems[i].vertex_buffer_index] = 1;
857 ve[n] = vdecl->elems[index];
3194 const struct NineVertexDeclaration9 *vdecl = device->state.vdecl; local
    [all...]
stateblock9.c 524 nine_bind(&dst->vdecl, src->vdecl);
548 if ((src->changed.group & NINE_STATE_VDECL) && src->vdecl)
549 nine_bind(&dst->vdecl, src->vdecl);
vertexshader9.c 129 while (var_so && var_so->vdecl) {
nine_ff.c     [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_swtnl_state.c 187 const SVGA3dVertexDecl *vdecl, unsigned num_decls)
199 elements[i].alignedByteOffset = vdecl[i].array.offset;
200 elements[i].format = translate_vertex_format(vdecl[i].identity.type);
225 SVGA3dVertexDecl vdecl[PIPE_MAX_ATTRIBS]; local
236 memset(vdecl, 0, sizeof(vdecl));
244 vdecl[0].array.offset = offset;
245 vdecl[0].identity.method = SVGA3D_DECLMETHOD_DEFAULT;
246 vdecl[0].identity.type = SVGA3D_DECLTYPE_FLOAT4;
247 vdecl[0].identity.usage = SVGA3D_DECLUSAGE_POSITIONT
    [all...]
svga_swtnl_private.h 72 SVGA3dVertexDecl vdecl[PIPE_MAX_ATTRIBS]; member in struct:svga_vbuf_render
svga_draw.c 124 memcpy(hwtnl->cmd.vdecl, decls, count * sizeof(*decls));
185 SVGA3dVertexDecl *vdecl; local
244 &vdecl,
250 memcpy(vdecl,
251 hwtnl->cmd.vdecl,
252 hwtnl->cmd.vdecl_count * sizeof hwtnl->cmd.vdecl[0]);
256 assert(vdecl[i].array.offset % 4 == 0);
257 assert(vdecl[i].array.stride % 4 == 0);
264 vdecl[i].rangeHint.first = hwtnl->cmd.min_index[0];
265 vdecl[i].rangeHint.last = hwtnl->cmd.max_index[0] + 1
    [all...]
svga_swtnl_backend.c 211 SVGA3dVertexDecl vdecl[PIPE_MAX_ATTRIBS]; local
216 /* if the vdecl or vbuf hasn't changed do nothing */
223 memcpy(vdecl, svga_render->vdecl, sizeof(vdecl));
236 vdecl[i].array.offset += svga_render->vdecl_offset;
241 vdecl,
250 vb.stride = vdecl[0].array.stride;
svga_draw_private.h 136 SVGA3dVertexDecl vdecl[SVGA3D_INPUTREG_MAX]; member in struct:draw_cmd
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 624 milliseconds