/third_party/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga3d_cmd.h | 511 SVGA3dRenderStateName state; member 1161 SVGA3dQueryState state; /* Set by host or guest. See SVGA3dQueryState. */ member
|
H A D | svga3d_dx.h | 555 SVGADXQueryDeviceState state; member
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_threaded_context.c | 1098 struct pipe_framebuffer_state state; member 1140 float state[6]; global() member 1922 tc_create_texture_handle(struct pipe_context *_pipe, struct pipe_sampler_view *view, const struct pipe_sampler_state *state) tc_create_texture_handle() argument 3537 struct pipe_vertex_state *state; global() member 3601 struct pipe_vertex_state *state; global() member 3617 tc_draw_vertex_state(struct pipe_context *_pipe, struct pipe_vertex_state *state, uint32_t partial_velem_mask, struct pipe_draw_vertex_state_info info, const struct pipe_draw_start_count_bias *draws, unsigned num_draws) tc_draw_vertex_state() argument [all...] |
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 136 int state; member
|
/third_party/mksh/ |
H A D | edit.c | 3587 static int state; variable [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_context.h | 659 } state; global() member [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | evergreen_state.c | 323 evergreen_create_blend_state_mode(struct pipe_context *ctx, const struct pipe_blend_state *state, int mode) evergreen_create_blend_state_mode() argument 412 evergreen_create_blend_state(struct pipe_context *ctx, const struct pipe_blend_state *state) evergreen_create_blend_state() argument 419 evergreen_create_dsa_state(struct pipe_context *ctx, const struct pipe_depth_stencil_alpha_state *state) evergreen_create_dsa_state() argument 474 evergreen_create_rs_state(struct pipe_context *ctx, const struct pipe_rasterizer_state *state) evergreen_create_rs_state() argument 574 evergreen_create_sampler_state(struct pipe_context *ctx, const struct pipe_sampler_state *state) evergreen_create_sampler_state() argument 912 evergreen_create_sampler_view_custom(struct pipe_context *ctx, struct pipe_resource *texture, const struct pipe_sampler_view *state, unsigned width0, unsigned height0, unsigned force_level) evergreen_create_sampler_view_custom() argument 973 evergreen_create_sampler_view(struct pipe_context *ctx, struct pipe_resource *tex, const struct pipe_sampler_view *state) evergreen_create_sampler_view() argument 1011 struct pipe_clip_state *state = &rctx->clip_state.state; evergreen_emit_clip_state() local 1017 evergreen_set_polygon_stipple(struct pipe_context *ctx, const struct pipe_poly_stipple *state) evergreen_set_polygon_stipple() argument 1443 evergreen_set_framebuffer_state(struct pipe_context *ctx, const struct pipe_framebuffer_state *state) evergreen_set_framebuffer_state() argument 1709 struct r600_image_state *state = (struct r600_image_state *)atom; evergreen_emit_image_state() local 1839 struct pipe_framebuffer_state *state = &rctx->framebuffer.state; evergreen_emit_framebuffer_state() local 1975 struct r600_poly_offset_state *state = (struct r600_poly_offset_state*)a; evergreen_emit_polygon_offset() local 2120 evergreen_emit_vertex_buffers(struct r600_context *rctx, struct r600_vertexbuf_state *state, unsigned resource_offset, unsigned pkt_flags) evergreen_emit_vertex_buffers() argument 2177 evergreen_emit_constant_buffers(struct r600_context *rctx, struct r600_constbuf_state *state, unsigned buffer_id_base, unsigned reg_alu_constbuf_size, unsigned reg_alu_const_cache, unsigned pkt_flags) evergreen_emit_constant_buffers() argument 2332 evergreen_emit_sampler_views(struct r600_context *rctx, struct r600_samplerview_state *state, unsigned resource_id_base, unsigned pkt_flags) evergreen_emit_sampler_views() argument 2547 struct r600_cso_state *state = (struct r600_cso_state*)a; evergreen_emit_vertex_fetch_shader() local 2564 struct r600_shader_stages_state *state = (struct r600_shader_stages_state*)a; evergreen_emit_shader_stages() local 2668 struct r600_gs_rings_state *state = (struct r600_gs_rings_state*)a; evergreen_emit_gs_rings() local 4351 struct r600_constbuf_state *state = &rctx->constbuf_state[shader]; evergreen_get_pipe_constant_buffer() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 1732 VkPipelineRasterizationStateCreateInfo state = initVulkanStructure(); in makeRasterizationState() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | ContextVk.cpp | 305 egl::ContextPriority GetContextPriority(const gl::State &state) in GetContextPriority() argument 532 ContextVk::ContextVk(const gl::State &state, gl::ErrorSet *errorSet, RendererVk *renderer) in ContextVk() argument 2185 const gl::State &state = getState(); in syncObjectPerfCounters() local 4300 createShader(const gl::ShaderState &state) createShader() argument 4305 createProgram(const gl::ProgramState &state) createProgram() argument 4310 createFramebuffer(const gl::FramebufferState &state) createFramebuffer() argument 4315 createTexture(const gl::TextureState &state) createTexture() argument 4320 createRenderbuffer(const gl::RenderbufferState &state) createRenderbuffer() argument 4325 createBuffer(const gl::BufferState &state) createBuffer() argument 4330 createVertexArray(const gl::VertexArrayState &state) createVertexArray() argument 4350 createTransformFeedback(const gl::TransformFeedbackState &state) createTransformFeedback() argument 4355 createSampler(const gl::SamplerState &state) createSampler() argument 4360 createProgramPipeline(const gl::ProgramPipelineState &state) createProgramPipeline() argument 4375 createOverlay(const gl::OverlayState &state) createOverlay() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationES.cpp | 566 const State &state = context->getState(); in ValidateProgramDrawStates() local 872 const State &state = context->getState(); in ValidateDrawInstancedANGLE() local 3673 const State &state = context->getState(); ValidateCopyTexImageParametersBase() local 3899 const State &state = context->getState(); ValidateDrawStates() local 4168 const State &state = context->getState(); RecordDrawModeError() local 4301 const State &state = context->getState(); ValidateDrawElementsStates() local [all...] |
/third_party/skia/src/core/ |
H A D | SkPath.cpp | 2307 Convexicator state; in computeConvexity() local
|
/third_party/skia/third_party/externals/libwebp/swig/ |
H A D | libwebp_python_wrap.c | 1051 PyGILState_STATE state; variable
|
/third_party/python/Modules/ |
H A D | _datetimemodule.c | 2886 date_from_pickle(PyTypeObject *type, PyObject *state) in date_from_pickle() argument 2909 PyObject *state = PyTuple_GET_ITEM(args, 0); in date_new() local 3814 PyObject *args, *state; tzinfo_reduce() local 4206 time_from_pickle(PyTypeObject *type, PyObject *state, PyObject *tzinfo) time_from_pickle() argument 4251 PyObject *state = PyTuple_GET_ITEM(args, 0); time_new() local 4883 datetime_from_pickle(PyTypeObject *type, PyObject *state, PyObject *tzinfo) datetime_from_pickle() argument 4931 PyObject *state = PyTuple_GET_ITEM(args, 0); datetime_new() local [all...] |
H A D | _pickle.c | 3961 PyObject *state = NULL; in save_reduce() local 6643 PyObject *state, *inst, *slotstate; load_build() local [all...] |
H A D | _ssl.c | 295 _sslmodulestate *state; member 442 fill_and_set_sslerror(_sslmodulestate *state, in fill_and_set_sslerror() argument 589 _sslmodulestate *state = get_state_sock(sslsock); PySSL_SetError() local 692 _setSSLError(_sslmodulestate *state, const char *errstr, int errcode, const char *filename, int lineno) _setSSLError() argument 1013 _asn1obj2py(_sslmodulestate *state, const ASN1_OBJECT *name, int no_name) _asn1obj2py() argument 1057 _create_tuple_for_attribute(_sslmodulestate *state, ASN1_OBJECT *name, ASN1_STRING *value) _create_tuple_for_attribute() argument 1087 _create_tuple_for_X509_NAME(_sslmodulestate *state, X509_NAME *xname) _create_tuple_for_X509_NAME() argument 1186 _get_peer_alt_names(_sslmodulestate *state, X509 *certificate) _get_peer_alt_names() argument 1565 _decode_certificate(_sslmodulestate *state, X509 *certificate) _decode_certificate() argument 1736 _certificate_to_der(_sslmodulestate *state, X509 *certificate) _certificate_to_der() argument 1771 _sslmodulestate *state = get_ssl_state(module); _ssl__test_decode_cert_impl() local 4880 _sslmodulestate *state = get_state_mbio(self); _ssl_MemoryBIO_read_impl() local 4927 _sslmodulestate *state = get_state_mbio(self); _ssl_MemoryBIO_write_impl() local 5329 asn1obj2py(_sslmodulestate *state, ASN1_OBJECT *obj) asn1obj2py() argument 5745 _sslmodulestate *state = get_ssl_state(module); sslmodule_init_exceptions() local 5822 _sslmodulestate *state = get_ssl_state(module); sslmodule_init_socketapi() local 6092 _sslmodulestate *state = get_ssl_state(module); sslmodule_init_errorcodes() local 6202 _sslmodulestate *state = get_ssl_state(module); sslmodule_init_types() local 6250 _sslmodulestate *state = get_ssl_state(module); sslmodule_init_strings() local 6284 _sslmodulestate *state = get_ssl_state(m); sslmodule_traverse() local 6309 _sslmodulestate *state = get_ssl_state(m); sslmodule_clear() local [all...] |
/third_party/python/Lib/tkinter/ |
H A D | __init__.py | 2278 state = wm_state global() variable in Wm [all...] |
/third_party/python/Lib/test/ |
H A D | test_descr.py | 418 state = -1 variable in ClassPropertiesAndMethods.test_python_dicts.C [all...] |
/third_party/python/Objects/ |
H A D | typeobject.c | 4966 PyObject *state; in object_getstate_default() local 5093 PyObject *getstate, *state; object_getstate() local 5273 PyObject *newobj, *newargs, *state, *listitems, *dictitems; reduce_newobj() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 1720 VkPipelineRasterizationStateCreateInfo state = initVulkanStructure(); in makeRasterizationState() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | ctrl_iface.c | 7545 enum wpa_states state = wpa_s->wpa_state; in wpa_supplicant_ctrl_iface_autoscan() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | ctrl_iface.c | 8386 enum wpa_states state = wpa_s->wpa_state; local [all...] |
H A D | wpa_supplicant.c | 864 const char * wpa_supplicant_state_txt(enum wpa_states state) in wpa_supplicant_state_txt() argument 987 wpa_supplicant_set_state(struct wpa_supplicant *wpa_s, enum wpa_states state) wpa_supplicant_set_state() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Renderer11.cpp | 4015 ContextImpl *Renderer11::createContext(const gl::State &state, gl::ErrorSet *errorSet) in createContext() argument 4020 FramebufferImpl *Renderer11::createDefaultFramebuffer(const gl::FramebufferState &state) in createDefaultFramebuffer() argument
|
/third_party/curl/lib/ |
H A D | urldata.h | 2013 struct UrlState state; /* struct for fields used for state info and global() member [all...] |
/third_party/cups-filters/utils/ |
H A D | cups-browsed.c | 285 int state; member 3922 new_browse_data (int type, int state, const gchar *uri, in new_browse_data() argument 3992 int type = -1, state = -1; in prepare_browse_data() local 10554 client_callback(AvahiClient *c, AvahiClientState state, AVAHI_GCC_UNUSED void * userdata) client_callback() argument 10774 unsigned int state; process_browse_data() local [all...] |