Home
last modified time | relevance | path

Searched refs:interface_struct (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl_function_test.cc177 auto* interface_struct = Structure( in TEST_F() local
185 Func("vert_main", {}, ty.Of(interface_struct), in TEST_F()
186 {Return(Construct(ty.Of(interface_struct), Expr(0.5f), Expr(0.25f), in TEST_F()
190 Func("frag_main", {Param("colors", ty.Of(interface_struct))}, ty.void_(), in TEST_F()
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl_function_test.cc236 auto* interface_struct = Structure( in TEST_F() local
244 Func("vert_main", {}, ty.Of(interface_struct), in TEST_F()
245 {Return(Construct(ty.Of(interface_struct), Construct(ty.vec4<f32>()), in TEST_F()
249 Func("frag_main", {Param("inputs", ty.Of(interface_struct))}, ty.void_(), in TEST_F()
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl_function_test.cc196 auto* interface_struct = Structure( in TEST_F() local
204 Func("vert_main", {}, ty.Of(interface_struct), in TEST_F()
205 {Return(Construct(ty.Of(interface_struct), Construct(ty.vec4<f32>()), in TEST_F()
209 Func("frag_main", {Param("inputs", ty.Of(interface_struct))}, ty.void_(), in TEST_F()
/third_party/vulkan-loader/loader/
Dloader.c4116 VkNegotiateLayerInterface *interface_struct) { in loader_get_layer_interface_version() argument
4117 memset(interface_struct, 0, sizeof(VkNegotiateLayerInterface)); in loader_get_layer_interface_version()
4118 interface_struct->sType = LAYER_NEGOTIATE_INTERFACE_STRUCT; in loader_get_layer_interface_version()
4119 interface_struct->loaderLayerInterfaceVersion = 1; in loader_get_layer_interface_version()
4120 interface_struct->pNext = NULL; in loader_get_layer_interface_version()
4125 interface_struct->loaderLayerInterfaceVersion = CURRENT_LOADER_LAYER_INTERFACE_VERSION; in loader_get_layer_interface_version()
4126 VkResult result = fp_negotiate_layer_version(interface_struct); in loader_get_layer_interface_version()
4135 …if (interface_struct->loaderLayerInterfaceVersion < MIN_SUPPORTED_LOADER_LAYER_INTERFACE_VERSION) { in loader_get_layer_interface_version()
4400 VkNegotiateLayerInterface interface_struct; in loader_create_instance_chain() local
4402 … if (loader_get_layer_interface_version(negotiate_interface, &interface_struct)) { in loader_create_instance_chain()
[all …]