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

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.h 68 struct tgsi_declaration_sampler_view SamplerView;
tgsi_dump.c 406 ENM(decl->SamplerView.Resource, tgsi_texture_names);
408 if ((decl->SamplerView.ReturnTypeX == decl->SamplerView.ReturnTypeY) &&
409 (decl->SamplerView.ReturnTypeX == decl->SamplerView.ReturnTypeZ) &&
410 (decl->SamplerView.ReturnTypeX == decl->SamplerView.ReturnTypeW)) {
411 ENM(decl->SamplerView.ReturnTypeX, tgsi_return_type_names);
413 ENM(decl->SamplerView.ReturnTypeX, tgsi_return_type_names);
415 ENM(decl->SamplerView.ReturnTypeY, tgsi_return_type_names)
    [all...]
tgsi_transform.h 198 decl.SamplerView.Resource = target;
199 decl.SamplerView.ReturnTypeX = type;
200 decl.SamplerView.ReturnTypeY = type;
201 decl.SamplerView.ReturnTypeZ = type;
202 decl.SamplerView.ReturnTypeW = type;
tgsi_text.c     [all...]
tgsi_build.c 387 full_declaration.SamplerView = tgsi_default_declaration_sampler_view();
509 full_decl->SamplerView.Resource,
510 full_decl->SamplerView.ReturnTypeX,
511 full_decl->SamplerView.ReturnTypeY,
512 full_decl->SamplerView.ReturnTypeZ,
513 full_decl->SamplerView.ReturnTypeW,
    [all...]
tgsi_parse.c 129 next_token(ctx, &decl->SamplerView);
tgsi_scan.c 611 target = fulldecl->SamplerView.Resource;
612 type = fulldecl->SamplerView.ReturnTypeX;
tgsi_exec.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_info.c 557 ctx->sample_target[index] = decl->SamplerView.Resource;
lp_bld_tgsi_aos.c 457 bld->sv[idx] = decl->SamplerView;
lp_bld_tgsi_soa.c     [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_decl_sm30.c 605 emit->sampler_target[unit] = decl->SamplerView.Resource;
svga_tgsi_vgpu10.c     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atifs_to_tgsi.c 657 decl->SamplerView.Resource = newtarget;
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c 286 struct tgsi_declaration_sampler_view *sview = &decl->SamplerView;
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_from_tgsi.cpp     [all...]

Completed in 429 milliseconds