Lines Matching refs:dsv
324 struct tgsi_declaration_sampler_view dsv;
326 dsv.Resource = TGSI_TEXTURE_BUFFER;
327 dsv.ReturnTypeX = TGSI_RETURN_TYPE_UNORM;
328 dsv.ReturnTypeY = TGSI_RETURN_TYPE_UNORM;
329 dsv.ReturnTypeZ = TGSI_RETURN_TYPE_UNORM;
330 dsv.ReturnTypeW = TGSI_RETURN_TYPE_UNORM;
332 return dsv;
344 struct tgsi_declaration_sampler_view dsv;
346 dsv = tgsi_default_declaration_sampler_view();
347 dsv.Resource = texture;
348 dsv.ReturnTypeX = return_type_x;
349 dsv.ReturnTypeY = return_type_y;
350 dsv.ReturnTypeZ = return_type_z;
351 dsv.ReturnTypeW = return_type_w;
355 return dsv;
508 struct tgsi_declaration_sampler_view *dsv;
513 dsv = (struct tgsi_declaration_sampler_view *)&tokens[size];
516 *dsv = tgsi_build_declaration_sampler_view(