代码搜索:passthru
找到约 356 项符合「passthru」的源代码
代码结果 356
www.eeworm.com/read/287262/8699205
h passthru.h
/*++
Copyright (c) 1992 Microsoft Corporation
Module Name:
passthru.h
Abstract:
Ndis Intermediate Miniport driver sample. This is a passthru driver.
Author:
Environment:
R
www.eeworm.com/read/287262/8699207
c passthru.c
/*++
Copyright (c) 1992 Microsoft Corporation
Module Name:
passthru.c
Abstract:
Ndis Intermediate Miniport driver sample. This is a passthru driver.
Author:
Environment:
www.eeworm.com/read/287262/8699233
rc passthru.rc
www.eeworm.com/read/284617/8913215
cg passthru.cg
float4 main(in float2 uv : TEXCOORD0,
uniform samplerRECT tex,
uniform float4 scale,
uniform float4 bias) : COLOR
{
return texRECT(tex, uv) * scale + bia
www.eeworm.com/read/284617/8913363
fp passthru.fp
!!FP1.0
# cgc version 1.3.0001, build date Aug 4 2004 10:01:10
# command line args: -profile fp30
# source file: passthru.cg
#vendor NVIDIA Corporation
#version 1.0.02
#profile fp30
#program m
www.eeworm.com/read/284617/8913407
cg passthru.cg
float4 main(in float2 uv : TEXCOORD0,
uniform samplerRECT tex) : COLOR
// uniform float4 scale,
// uniform float4 bias) : COLOR
{
return texRECT(tex, uv);
//retu
www.eeworm.com/read/425814/10319110
h passthru.h
/*++
Copyright (c) 1992 Microsoft Corporation
Module Name:
passthru.h
Abstract:
Ndis Intermediate Miniport driver sample. This is a passthru driver.
Author:
Environment:
R
www.eeworm.com/read/425814/10319115
c passthru.c
/*++
Copyright (c) 1992 Microsoft Corporation
Module Name:
passthru.c
Abstract:
Ndis Intermediate Miniport driver sample. This is a passthru driver.
Author:
Environment:
www.eeworm.com/read/425814/10319138