Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluTextureTestUtil.hpp119 struct ReferenceParams : public RenderParams struct
121 ReferenceParams (TextureType texType_) in ReferenceParams() argument
133ReferenceParams (TextureType texType_, const tcu::Sampler& sampler_, LodMode lodMode_ = LODMODE_EX… in ReferenceParams() function
145 tcu::Sampler sampler;
146 LodMode lodMode;
147 float minLod;
148 float maxLod;
149 int baseLevel;
150 int maxLevel;
151 bool unnormal;
/external/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
/external/angle/third_party/vulkan-deps/spirv-tools/src/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
/external/deqp-deps/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
/external/llvm-project/clang-tools-extra/clangd/
DProtocol.h1477 struct ReferenceParams : public TextDocumentPositionParams { struct