HomeSort by relevance Sort by last modified time
    Searched defs:semantic (Results 1 - 13 of 13) sorted by null

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_emulate.c 77 decl.Declaration.Semantic = true;
79 decl.Semantic.Name = TGSI_SEMANTIC_EDGEFLAG;
80 decl.Semantic.Index = 0;
121 unsigned semantic; local
127 semantic =
130 if (semantic == TGSI_SEMANTIC_COLOR ||
131 semantic == TGSI_SEMANTIC_BCOLOR)
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bitmap_shader.c 59 unsigned i, semantic; local
75 semantic = ctx->use_texcoord ? TGSI_SEMANTIC_TEXCOORD :
78 if (ctx->info.input_semantic_name[i] == semantic &&
88 semantic, 0, TGSI_INTERPOLATE_PERSPECTIVE);
  /external/swiftshader/src/Renderer/
SetupProcessor.cpp 132 const Shader::Semantic& semantic = context->pixelShader->getInput(interpolant, component - project); local
134 if(semantic.active())
139 if(semantic == context->vertexShader->getOutput(i, component - project))
148 switch(semantic.usage)
151 case Shader::USAGE_COLOR: flat = semantic.flat || flatShading; break;
166 const Shader::Semantic& semantic = context->pixelShader->getInput(interpolant, component); local
168 switch(semantic.usage)
173 state.gradient[interpolant][component].attribute = T0 + semantic.index
    [all...]
PixelProcessor.cpp 1121 const Shader::Semantic &semantic = context->pixelShader->getInput(interpolant, component); local
1123 if(semantic.active())
1127 switch(semantic.usage)
1130 case Shader::USAGE_COLOR: flat = semantic.flat || flatShading; break;
    [all...]
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_compiler.h 48 struct tgsi_declaration_semantic semantic; /* tgsi semantic name and index */ member in struct:etna_shader_inout
etnaviv_compiler.c 32 * *) in case of ps, semantic -> varying id mapping
35 * 4) for each input/output: possible semantic (position, color, glpointcoord, ...)
103 bool has_semantic; /* register has associated TGSI semantic */
104 struct tgsi_declaration_semantic semantic; /* TGSI semantic */ member in struct:etna_reg_desc
571 file->reg[idx].has_semantic = decl->Declaration.Semantic;
572 file->reg[idx].semantic = decl->Semantic;
627 if (reg->active && reg->semantic.Name == TGSI_SEMANTIC_POSITION)
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_draw.c 311 uint semantic = vp->info.output_semantic_name[i]; local
313 if (vroute_add(r, attrib, semantic, &index)) {
  /external/mesa3d/src/gallium/state_trackers/clover/core/
module.hpp 74 enum semantic { enum in struct:clover::module::argument
85 enum semantic semantic = general) :
88 ext_type(ext_type), semantic(semantic) { }
93 ext_type(zero_ext), semantic(general) { }
97 ext_type(zero_ext), semantic(general) { }
104 semantic semantic; member in struct:clover::module::argument
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_shader.h 152 struct sh_semantic semantic; member in union:sh_dcl::__anon28271
  /external/v8/src/
machine-type.h 61 MachineType(MachineRepresentation representation, MachineSemantic semantic)
62 : representation_(representation), semantic_(semantic) {}
66 semantic() == other.semantic();
73 MachineSemantic semantic() const { return semantic_; } function in class:v8::internal::MachineRepresentation::MachineType
78 return semantic() == MachineSemantic::kInt32 ||
79 semantic() == MachineSemantic::kInt64;
82 return semantic() == MachineSemantic::kUint32 ||
83 semantic() == MachineSemantic::kUint64;
256 static_cast<size_t>(type.semantic()) * 16
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_shader.c 422 if (decl->Declaration.Semantic &&
423 decl->Semantic.Name == TGSI_SEMANTIC_POSITION)
427 if (decl->Declaration.Semantic &&
428 decl->Semantic.Name == TGSI_SEMANTIC_EDGEFLAG)
440 if (decl->Declaration.Semantic &&
441 decl->Semantic.Name == TGSI_SEMANTIC_INSTANCEID)
443 if (decl->Declaration.Semantic &&
444 decl->Semantic.Name == TGSI_SEMANTIC_VERTEXID)
1079 int semantic, int index)
1084 if (semantics[i] == semantic && indices[i] == index
1193 const int semantic = kernel->in.semantic_names[dst_slot]; local
    [all...]
  /frameworks/av/media/libmediametrics/
MediaAnalyticsItem.cpp 969 char semantic = p[len-1]; local
977 switch (semantic) {
  /external/clang/lib/CodeGen/
CGExpr.cpp 4201 const Expr *semantic = *i; local
    [all...]

Completed in 234 milliseconds