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

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_dump.c 299 ENM(decl->SamplerView.Resource, tgsi_texture_names);
301 if ((decl->SamplerView.ReturnTypeX == decl->SamplerView.ReturnTypeY) &&
302 (decl->SamplerView.ReturnTypeX == decl->SamplerView.ReturnTypeZ) &&
303 (decl->SamplerView.ReturnTypeX == decl->SamplerView.ReturnTypeW)) {
304 ENM(decl->SamplerView.ReturnTypeX, tgsi_type_names);
306 ENM(decl->SamplerView.ReturnTypeX, tgsi_type_names);
308 ENM(decl->SamplerView.ReturnTypeY, tgsi_type_names)
    [all...]
tgsi_parse.h 74 struct tgsi_declaration_sampler_view SamplerView;
tgsi_text.c 1147 decl.SamplerView.Resource = i;
1167 decl.SamplerView.ReturnTypeX = i;
1170 decl.SamplerView.ReturnTypeY = i;
1173 decl.SamplerView.ReturnTypeZ = i;
1176 decl.SamplerView.ReturnTypeW = i;
1203 decl.SamplerView.ReturnTypeY =
1204 decl.SamplerView.ReturnTypeZ =
1205 decl.SamplerView.ReturnTypeW =
1206 decl.SamplerView.ReturnTypeX;
    [all...]
tgsi_build.c 341 full_declaration.SamplerView = tgsi_default_declaration_sampler_view();
472 full_decl->SamplerView.Resource,
473 full_decl->SamplerView.ReturnTypeX,
474 full_decl->SamplerView.ReturnTypeY,
475 full_decl->SamplerView.ReturnTypeZ,
476 full_decl->SamplerView.ReturnTypeW,
    [all...]
tgsi_parse.c 140 next_token(ctx, &decl->SamplerView);
tgsi_exec.c     [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 882 samplerViewTargets[i] = decl->SamplerView.Resource;
    [all...]

Completed in 221 milliseconds