Home
last modified time | relevance | path

Searched defs:ReferenceParams (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
DgluTextureTestUtil.hpp119 struct ReferenceParams : public RenderParams struct
121 ReferenceParams (TextureType texType_) in ReferenceParams() argument
137ReferenceParams (TextureType texType_, const tcu::Sampler& sampler_, LodMode lodMode_ = LODMODE_EX… in ReferenceParams() argument
153 tcu::Sampler sampler;
154 LodMode lodMode;
155 float minLod;
156 float maxLod;
157 int baseLevel;
158 int maxLevel;
159 bool unnormal;
[all …]
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsserver.go54 References(context.Context, *ReferenceParams) ([]Location, error)
Dtsprotocol.go2053 type ReferenceParams struct { struct
2056 Context ReferenceContext `json:"context"`
2057 TextDocumentPositionParams
2058 WorkDoneProgressParams
2059 PartialResultParams
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsserver.go54 References(context.Context, *ReferenceParams) ([]Location, error)
Dtsprotocol.go2053 type ReferenceParams struct { struct
2056 Context ReferenceContext `json:"context"`
2057 TextDocumentPositionParams
2058 WorkDoneProgressParams
2059 PartialResultParams
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsserver.go54 References(context.Context, *ReferenceParams) ([]Location, error)
Dtsprotocol.go2053 type ReferenceParams struct { struct
2056 Context ReferenceContext `json:"context"`
2057 TextDocumentPositionParams
2058 WorkDoneProgressParams
2059 PartialResultParams
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/handlers/
Drequest.rs1036 params: lsp_types::ReferenceParams, in handle_references()