Searched defs:out_s (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_resource.h | 323 crocus_get_depth_stencil_resources(const struct intel_device_info *devinfo, struct pipe_resource *res, struct crocus_resource **out_z, struct crocus_resource **out_s) crocus_get_depth_stencil_resources() argument
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_resource.c | 409 iris_get_depth_stencil_resources(struct pipe_resource *res, struct iris_resource **out_z, struct iris_resource **out_s) iris_get_depth_stencil_resources() argument
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_resource.c | 2214 zink_get_depth_stencil_resources(struct pipe_resource *res, struct zink_resource **out_z, struct zink_resource **out_s) zink_get_depth_stencil_resources() argument
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui.cpp | 1778 void ImGui::ColorConvertRGBtoHSV(float r, float g, float b, float& out_h, float& out_s, float& out_v) in ColorConvertRGBtoHSV() argument
|
/third_party/python/Modules/ |
H A D | _testcapimodule.c | 877 Py_ssize_t out_s; in test_long_as_size_t() local
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.cpp | 1861 void ImGui::ColorConvertRGBtoHSV(float r, float g, float b, float& out_h, float& out_s, float& out_v) in ColorConvertRGBtoHSV() argument
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 7737 nk_color_hsv_f(float *out_h, float *out_s, float *out_v, struct nk_color in) in nk_color_hsv_f() argument 7749 nk_colorf_hsva_f(float *out_h, float *out_s, in nk_colorf_hsva_f() argument 7775 nk_color_hsva_f(float *out_h, float *out_s, in nk_color_hsva_f() argument 7788 nk_color_hsva_i(int *out_h, int *out_s, int *out_v, int *out_a, struct nk_color in) nk_color_hsva_i() argument 7824 nk_color_hsv_i(int *out_h, int *out_s, int *out_v, struct nk_color in) nk_color_hsv_i() argument 7830 nk_color_hsv_b(nk_byte *out_h, nk_byte *out_s, nk_byte *out_v, struct nk_color in) nk_color_hsv_b() argument [all...] |
Completed in 96 milliseconds