Home
last modified time | relevance | path

Searched refs:CreateInput (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/dports/misc/usd/USD-21.11/pxr/usd/usdShade/testenv/
H A DtestUsdShadeInterfaceInputConsumers.py71 floatInput = material.CreateInput("floatInput", Sdf.ValueTypeNames.Float)
80 nodeGraph1FloatInput = nodeGraph1.CreateInput("nodeGraph1FloatInput",
82 nodeGraph1ColorInput = nodeGraph1.CreateInput("nodeGraph1ColorInput",
85 nodeGraph2FloatInput = nodeGraph2.CreateInput("nodeGraph2FloatInput",
87 nodeGraph2ColorInput = nodeGraph2.CreateInput("nodeGraph2ColorInput",
90 nestedShader1Input1 = nestedShader1.CreateInput("nestedShader1Input1",
92 nestedShader1Input2 = nestedShader1.CreateInput("nestedShader1Input2",
95 nestedShader2Input1 = nestedShader2.CreateInput("nestedShader2Input1",
97 nestedShader2Input2 = nestedShader2.CreateInput("nestedShader2Input2",
100 nestedShader3Input1 = nestedShader3.CreateInput("nestedShader3Input1",
[all …]
H A DtestUsdShadeShaderDef.py78 primvarNameInput = shaderPrim.CreateInput('primvarName',
83 primvarFileInput = shaderPrim.CreateInput('primvarFile',
87 fallbackInput = shaderPrim.CreateInput('fallback',
92 float2Input = shaderPrim.CreateInput('float2Val',
94 float3Input = shaderPrim.CreateInput('float3Val',
96 float4Input = shaderPrim.CreateInput('float4Val',
99 colorInput = shaderPrim.CreateInput('someColor',
101 vectorInput = shaderPrim.CreateInput('someVector',
103 normalInput = shaderPrim.CreateInput('normalVector',
105 matrixInput = shaderPrim.CreateInput('someVector',
H A DtestUsdShadeConnectability.py71 floatInterfaceInput = matConnectable.CreateInput("floatInput",
98 colorInterfaceInput = material.CreateInput("colorInput",
110 shaderInputFloat = shaderConnectable.CreateInput("shaderFloat",
112 shaderInputColor = shader.CreateInput("shaderColor",
140 nodeGraphInputFloat = nodeGraph.CreateInput("nodeGraphFlIn",
178 nodeGraphInputColor = nodeGraph.CreateInput("nodeGraphColor",
201 nestedShaderInputFloat = nestedShader.CreateInput("nestedShaderFloat",
227 floatInterfaceInput2 = matConnectable.CreateInput("floatInput2",
236 floatInterfaceInput3 = matConnectable.CreateInput("floatInput3",
276 nestedShader2InputFloat = nestedShader2.CreateInput("nestedShaderFloat",
H A DtestUsdShadeShaders.py79 chords = pale.CreateInput("chords", Sdf.ValueTypeNames.String)
91 usdShadeInput = pale.CreateInput('myFloatInput', Sdf.ValueTypeNames.Float)
124 inheritedInput = shaderClass.CreateInput('myFloatInput',
162 colInput = pale.CreateInput("col1", Sdf.ValueTypeNames.Color3f)
170 v3fInput = pale.CreateInput("v3f1", Sdf.ValueTypeNames.Float3)
175 pointInput = pale.CreateInput("point1", Sdf.ValueTypeNames.Point3f)
180 floatInput = pale.CreateInput("float1", Sdf.ValueTypeNames.Float)
198 vecInput = pale.CreateInput('vec', Sdf.ValueTypeNames.Color3f)
214 newparam = pale.CreateInput('struct', Sdf.ValueTypeNames.Color3f)
/dports/misc/usd/USD-21.11/pxr/usdImaging/bin/testusdview/testenv/testUsdviewShaderEdits/
H A DtestUsdviewShaderEdits.py42 pbrShader.CreateInput("roughness", Sdf.ValueTypeNames.Float).Set(0.0)
43 pbrShader.CreateInput("metallic", Sdf.ValueTypeNames.Float).Set(0.0)
44 pbrShader.CreateInput("diffuseColor", Sdf.ValueTypeNames.Color3f).Set((0.0, 0.0, 1.0))
56 stReader.CreateInput('varname', Sdf.ValueTypeNames.Token).Set("st")
61 diffuseTextureSampler.CreateInput('file', Sdf.ValueTypeNames.Asset).Set("test.png")
62 …diffuseTextureSampler.CreateInput("st", Sdf.ValueTypeNames.Float2).ConnectToSource(stReader.Connec…
66 …pbrShader.CreateInput("diffuseColor", Sdf.ValueTypeNames.Color3f).ConnectToSource(diffuseTextureSa…
71 diffuseTextureSampler.CreateInput('file', Sdf.ValueTypeNames.Asset).Set("test2.png")
/dports/misc/usd/USD-21.11/extras/usd/tutorials/simpleShading/
H A Dgenerate_simpleShading.py57 stInput = material.CreateInput('frame:stPrimvarName', Sdf.ValueTypeNames.Token)
65 pbrShader.CreateInput("roughness", Sdf.ValueTypeNames.Float).Set(0.4)
66 pbrShader.CreateInput("metallic", Sdf.ValueTypeNames.Float).Set(0.0)
76 stReader.CreateInput('varname',Sdf.ValueTypeNames.Token).ConnectToSource(stInput)
81 diffuseTextureSampler.CreateInput('file', Sdf.ValueTypeNames.Asset).Set("USDLogoLrg.png")
82 diffuseTextureSampler.CreateInput("st", Sdf.ValueTypeNames.Float2).ConnectToSource(stReader.Connect…
84 pbrShader.CreateInput("diffuseColor", Sdf.ValueTypeNames.Color3f).ConnectToSource(diffuseTextureSam…
/dports/net/bosh-cli/bosh-cli-5.5.0/deployment/vm/fakes/
H A Dfake_manager.go9 type CreateInput struct { struct
15 CreateInput CreateInput member
37 input := CreateInput{
41 m.CreateInput = input
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/omnibox/browser/
H A Dquery_tile_provider_unittest.cc34 AutocompleteInput CreateInput(const std::string& text) { in CreateInput() function in QueryTileProviderTest
60 auto input = CreateInput(std::string()); in TEST_F()
74 auto input = CreateInput("News"); in TEST_F()
88 auto input = CreateInput("some text"); in TEST_F()
97 auto input = CreateInput(url); in TEST_F()
118 auto input = CreateInput(""); in TEST_F()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/gs/GSH_Direct3D9/
H A DGSH_Direct3D9_Shader.cpp64 auto inputPosition = CFloat4Lvalue(b.CreateInput(SEMANTIC_POSITION)); in GenerateVertexShader()
65 auto inputTexCoord = CFloat4Lvalue(b.CreateInput(SEMANTIC_TEXCOORD, 0)); in GenerateVertexShader()
66 auto inputColor = CFloat4Lvalue(b.CreateInput(SEMANTIC_TEXCOORD, 1)); in GenerateVertexShader()
93 auto inputTexCoord = CFloat4Lvalue(b.CreateInput(SEMANTIC_TEXCOORD, 0)); in GeneratePixelShader()
94 auto inputColor = CFloat4Lvalue(b.CreateInput(SEMANTIC_TEXCOORD, 1)); in GeneratePixelShader()
/dports/net/bosh-cli/bosh-cli-5.5.0/deployment/disk/fakes/
H A Dfake_manager.go10 CreateInputs []CreateInput
22 type CreateInput struct { struct
42 input := CreateInput{
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/tombuildsstuff/giovanni/storage/2018-11-09/datalakestore/filesystems/
H A Dcreate.go13 type CreateInput struct { struct
22 …(ctx context.Context, accountName string, fileSystemName string, input CreateInput) (result autore… argument
52 …(ctx context.Context, accountName string, fileSystemName string, input CreateInput) (*http.Request… argument
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/tombuildsstuff/giovanni/storage/2019-12-12/datalakestore/filesystems/
H A Dcreate.go13 type CreateInput struct { struct
22 …(ctx context.Context, accountName string, fileSystemName string, input CreateInput) (result autore… argument
52 …(ctx context.Context, accountName string, fileSystemName string, input CreateInput) (*http.Request… argument
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/tombuildsstuff/giovanni/storage/2018-03-28/datalakestore/filesystems/
H A Dcreate.go13 type CreateInput struct { struct
22 …(ctx context.Context, accountName string, fileSystemName string, input CreateInput) (result autore… argument
52 …(ctx context.Context, accountName string, fileSystemName string, input CreateInput) (*http.Request… argument
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/tombuildsstuff/giovanni/storage/2019-12-12/datalakestore/paths/
H A Dcreate.go18 type CreateInput struct { struct
23 …Context, accountName string, fileSystemName string, path string, input CreateInput) (result autore… argument
53 …Context, accountName string, fileSystemName string, path string, input CreateInput) (*http.Request… argument
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/tombuildsstuff/giovanni/storage/2018-11-09/datalakestore/paths/
H A Dcreate.go18 type CreateInput struct { struct
23 …Context, accountName string, fileSystemName string, path string, input CreateInput) (result autore… argument
53 …Context, accountName string, fileSystemName string, path string, input CreateInput) (*http.Request… argument
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/tombuildsstuff/giovanni/storage/2018-11-09/file/shares/
H A Dcreate.go16 type CreateInput struct { struct
25 func (client Client) Create(ctx context.Context, accountName, shareName string, input CreateInput) … argument
65 …eatePreparer(ctx context.Context, accountName, shareName string, input CreateInput) (*http.Request… argument
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/tombuildsstuff/giovanni/storage/2019-12-12/file/shares/
H A Dcreate.go16 type CreateInput struct { struct
25 func (client Client) Create(ctx context.Context, accountName, shareName string, input CreateInput) … argument
65 …eatePreparer(ctx context.Context, accountName, shareName string, input CreateInput) (*http.Request… argument
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/tombuildsstuff/giovanni/storage/2017-07-29/file/shares/
H A Dcreate.go16 type CreateInput struct { struct
25 func (client Client) Create(ctx context.Context, accountName, shareName string, input CreateInput) … argument
65 …eatePreparer(ctx context.Context, accountName, shareName string, input CreateInput) (*http.Request… argument
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/tombuildsstuff/giovanni/storage/2018-03-28/file/shares/
H A Dcreate.go16 type CreateInput struct { struct
25 func (client Client) Create(ctx context.Context, accountName, shareName string, input CreateInput) … argument
65 …eatePreparer(ctx context.Context, accountName, shareName string, input CreateInput) (*http.Request… argument
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/tombuildsstuff/giovanni/storage/2018-11-09/file/files/
H A Dcreate.go16 type CreateInput struct { struct
45 … context.Context, accountName, shareName, path, fileName string, input CreateInput) (result autore… argument
85 … context.Context, accountName, shareName, path, fileName string, input CreateInput) (*http.Request… argument
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/tombuildsstuff/giovanni/storage/2017-07-29/blob/containers/
H A Dcreate.go15 type CreateInput struct { struct
30 …) Create(ctx context.Context, accountName, containerName string, input CreateInput) (result Create… argument
64 …r(ctx context.Context, accountName string, containerName string, input CreateInput) (*http.Request… argument
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/tombuildsstuff/giovanni/storage/2019-12-12/blob/containers/
H A Dcreate.go15 type CreateInput struct { struct
30 …) Create(ctx context.Context, accountName, containerName string, input CreateInput) (result Create… argument
64 …r(ctx context.Context, accountName string, containerName string, input CreateInput) (*http.Request… argument
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/tombuildsstuff/giovanni/storage/2017-07-29/file/files/
H A Dcreate.go16 type CreateInput struct { struct
45 … context.Context, accountName, shareName, path, fileName string, input CreateInput) (result autore… argument
85 … context.Context, accountName, shareName, path, fileName string, input CreateInput) (*http.Request… argument
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/tombuildsstuff/giovanni/storage/2018-03-28/blob/containers/
H A Dcreate.go15 type CreateInput struct { struct
30 …) Create(ctx context.Context, accountName, containerName string, input CreateInput) (result Create… argument
64 …r(ctx context.Context, accountName string, containerName string, input CreateInput) (*http.Request… argument
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/tombuildsstuff/giovanni/storage/2018-03-28/file/files/
H A Dcreate.go16 type CreateInput struct { struct
45 … context.Context, accountName, shareName, path, fileName string, input CreateInput) (result autore… argument
85 … context.Context, accountName, shareName, path, fileName string, input CreateInput) (*http.Request… argument

12345678910>>...13