Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/opengl/
H A DgluTextureTestUtil.hpp119 struct ReferenceParams : public RenderParams struct
121 ReferenceParams(TextureType texType_) in ReferenceParams() argument
137ReferenceParams(TextureType texType_, const tcu::Sampler &sampler_, LodMode lodMode_ = LODMODE_EXA… 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp340 LVSymbols ReferenceParams; in parametersMatch() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go2053 type ReferenceParams struct { struct
2056 Context ReferenceContext `json:"context"`
2057 TextDocumentPositionParams
2058 WorkDoneProgressParams
2059 PartialResultParams
H A Dtsserver.go54 References(context.Context, *ReferenceParams) ([]Location, error)
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go2053 type ReferenceParams struct { struct
2056 Context ReferenceContext `json:"context"`
2057 TextDocumentPositionParams
2058 WorkDoneProgressParams
2059 PartialResultParams
Dtsserver.go54 References(context.Context, *ReferenceParams) ([]Location, error)
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go2053 type ReferenceParams struct { struct
2056 Context ReferenceContext `json:"context"`
2057 TextDocumentPositionParams
2058 WorkDoneProgressParams
2059 PartialResultParams
H A Dtsserver.go54 References(context.Context, *ReferenceParams) ([]Location, error)