Home
last modified time | relevance | path

Searched defs:state (Results 3401 - 3425 of 4381) sorted by relevance

1...<<131132133134135136137138139140>>...176

/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DState.h59 struct pipe_shader_state state; member
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_genX_exec.h1109 uint32_t *state in blorp_emit_blend_state() local
1233 void *state = blorp_alloc_dynamic_state(batch, blorp_emit_depth_stencil_state() local
1462 blorp_emit_surface_state(struct blorp_batch *batch, const struct brw_blorp_surface_info *surface, UNUSED enum isl_aux_op aux_op, void *state, uint32_t state_offset, uint8_t color_write_disable, bool is_render_target) blorp_emit_surface_state() argument
1561 blorp_emit_null_surface_state(struct blorp_batch *batch, const struct brw_blorp_surface_info *surface, uint32_t *state) blorp_emit_null_surface_state() argument
2277 void *state = blorp_alloc_dynamic_state(batch, size, 64, &idd_offset); blorp_exec_compute() local
[all...]
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/
H A Dittnotify_config.h380 __itt_thread_state state; /*!< Thread state (paused or normal) */ member
448 __itt_collection_state state; member
/third_party/node/test/cctest/
H A Dtest_inspector_socket.cc176 static void stop_if_stop_path(enum inspector_handshake_event state, in stop_if_stop_path() argument
584 static void ReportsHttpGet_handshake(enum inspector_handshake_event state, in ReportsHttpGet_handshake() argument
644 void HandshakeCanBeCanceled_handshake(enum inspector_handshake_event state, in HandshakeCanBeCanceled_handshake() argument
669 static void GetThenHandshake_handshake(enum inspector_handshake_event state, in GetThenHandshake_handshake() argument
824 void shouldnt_be_called(enum inspector_handshake_event state, in shouldnt_be_called() argument
/third_party/ntfs-3g/include/ntfs-3g/
H A Dvolume.h188 unsigned long state; /* NTFS specific flags describing this volume. member
/third_party/nghttp2/lib/
H A Dnghttp2_hd.h254 nghttp2_hd_inflate_state state; member
H A Dnghttp2_session.h82 nghttp2_outbound_state state; member
165 nghttp2_inbound_state state; member
/third_party/node/deps/icu-small/source/common/
H A Drbbitblb.cpp1358 uint32_t state; exportTable() local
1580 uint32_t state; exportSafeTable() local
[all...]
/third_party/ninja/src/
H A Dninja.cc499 int ToolTargetsSourceList(State* state) { in ToolTargetsSourceList() argument
511 int ToolTargetsList(State* state, const string& rule_name) { in ToolTargetsList() argument
534 int ToolTargetsList(State* state) { in ToolTargetsList() argument
[all...]
H A Dbuild.cc541 Builder::Builder(State* state, const BuildConfig& config, in Builder() argument
/third_party/mesa3d/src/mesa/main/
H A Ddebug_output.c299 const uint32_t state = (enabled) ? in debug_namespace_set() local
376 uint32_t state; in debug_namespace_get() local
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_descriptor_set.c1086 struct anv_state state; member
1098 struct anv_state state = entry->state; in anv_descriptor_pool_alloc_state() local
1108 anv_descriptor_pool_free_state(struct anv_descriptor_pool *pool, struct anv_state state) anv_descriptor_pool_free_state() argument
1366 anv_surface_state_to_handle(struct anv_state state) anv_surface_state_to_handle() argument
[all...]
H A Danv_cmd_buffer.c47 struct anv_cmd_state *state = &cmd_buffer->state; in anv_cmd_state_init() local
72 struct anv_cmd_state *state = &cmd_buffer->state; in anv_cmd_state_finish() local
380 struct anv_cmd_pipeline_state *state; anv_CmdBindPipeline() local
692 struct anv_state state; anv_cmd_buffer_emit_dynamic() local
707 struct anv_state state; anv_cmd_buffer_merge_dynamic() local
727 struct anv_state state = anv_cmd_buffer_gfx_push_constants() local
757 struct anv_state state; anv_cmd_buffer_cs_push_constants() local
[all...]
H A Danv_nir_apply_pipeline_layout.c86 add_binding(struct apply_pipeline_layout_state *state, in add_binding() argument
65 addr_format_for_desc_type(VkDescriptorType desc_type, struct apply_pipeline_layout_state *state) addr_format_for_desc_type() argument
104 add_deref_src_binding(struct apply_pipeline_layout_state *state, nir_src src) add_deref_src_binding() argument
112 add_tex_src_binding(struct apply_pipeline_layout_state *state, nir_tex_instr *tex, nir_tex_src_type deref_src_type) add_tex_src_binding() argument
125 struct apply_pipeline_layout_state *state = _state; get_used_bindings() local
180 find_descriptor_for_index_src(nir_src src, struct apply_pipeline_layout_state *state) find_descriptor_for_index_src() argument
195 descriptor_has_bti(nir_intrinsic_instr *intrin, struct apply_pipeline_layout_state *state) descriptor_has_bti() argument
216 descriptor_address_format(nir_intrinsic_instr *intrin, struct apply_pipeline_layout_state *state) descriptor_address_format() argument
225 nir_deref_find_descriptor(nir_deref_instr *deref, struct apply_pipeline_layout_state *state) nir_deref_find_descriptor() argument
248 build_load_descriptor_mem(nir_builder *b, nir_ssa_def *desc_addr, unsigned desc_offset, unsigned num_components, unsigned bit_size, struct apply_pipeline_layout_state *state) build_load_descriptor_mem() argument
306 build_res_index(nir_builder *b, uint32_t set, uint32_t binding, nir_ssa_def *array_index, nir_address_format addr_format, struct apply_pipeline_layout_state *state) build_res_index() argument
434 build_desc_addr(nir_builder *b, const struct anv_descriptor_set_binding_layout *bind_layout, const VkDescriptorType desc_type, nir_ssa_def *index, nir_address_format addr_format, struct apply_pipeline_layout_state *state) build_desc_addr() argument
492 build_buffer_addr_for_res_index(nir_builder *b, const VkDescriptorType desc_type, nir_ssa_def *res_index, nir_address_format addr_format, struct apply_pipeline_layout_state *state) build_buffer_addr_for_res_index() argument
570 build_load_var_deref_descriptor_mem(nir_builder *b, nir_deref_instr *deref, unsigned desc_offset, unsigned num_components, unsigned bit_size, struct apply_pipeline_layout_state *state) build_load_var_deref_descriptor_mem() argument
618 build_res_index_for_chain(nir_builder *b, nir_intrinsic_instr *intrin, nir_address_format addr_format, uint32_t *set, uint32_t *binding, struct apply_pipeline_layout_state *state) build_res_index_for_chain() argument
649 build_buffer_addr_for_idx_intrin(nir_builder *b, nir_intrinsic_instr *idx_intrin, nir_address_format addr_format, struct apply_pipeline_layout_state *state) build_buffer_addr_for_idx_intrin() argument
674 build_buffer_addr_for_deref(nir_builder *b, nir_deref_instr *deref, nir_address_format addr_format, struct apply_pipeline_layout_state *state) build_buffer_addr_for_deref() argument
698 try_lower_direct_buffer_intrinsic(nir_builder *b, nir_intrinsic_instr *intrin, bool is_atomic, struct apply_pipeline_layout_state *state) try_lower_direct_buffer_intrinsic() argument
752 lower_load_accel_struct_desc(nir_builder *b, nir_intrinsic_instr *load_desc, struct apply_pipeline_layout_state *state) lower_load_accel_struct_desc() argument
796 struct apply_pipeline_layout_state *state = _state; lower_direct_buffer_instr() local
862 lower_res_index_intrinsic(nir_builder *b, nir_intrinsic_instr *intrin, struct apply_pipeline_layout_state *state) lower_res_index_intrinsic() argument
887 lower_res_reindex_intrinsic(nir_builder *b, nir_intrinsic_instr *intrin, struct apply_pipeline_layout_state *state) lower_res_reindex_intrinsic() argument
911 lower_load_vulkan_descriptor(nir_builder *b, nir_intrinsic_instr *intrin, struct apply_pipeline_layout_state *state) lower_load_vulkan_descriptor() argument
959 lower_get_ssbo_size(nir_builder *b, nir_intrinsic_instr *intrin, struct apply_pipeline_layout_state *state) lower_get_ssbo_size() argument
1007 lower_image_intrinsic(nir_builder *b, nir_intrinsic_instr *intrin, struct apply_pipeline_layout_state *state) lower_image_intrinsic() argument
1062 lower_load_constant(nir_builder *b, nir_intrinsic_instr *intrin, struct apply_pipeline_layout_state *state) lower_load_constant() argument
1110 lower_tex_deref(nir_builder *b, nir_tex_instr *tex, nir_tex_src_type deref_src_type, unsigned *base_index, unsigned plane, struct apply_pipeline_layout_state *state) lower_tex_deref() argument
1238 lower_gfx7_tex_swizzle(nir_builder *b, nir_tex_instr *tex, unsigned plane, struct apply_pipeline_layout_state *state) lower_gfx7_tex_swizzle() argument
1305 lower_tex(nir_builder *b, nir_tex_instr *tex, struct apply_pipeline_layout_state *state) lower_tex() argument
1328 lower_ray_query_globals(nir_builder *b, nir_intrinsic_instr *intrin, struct apply_pipeline_layout_state *state) lower_ray_query_globals() argument
1345 struct apply_pipeline_layout_state *state = _state; apply_pipeline_layout() local
1422 struct apply_pipeline_layout_state state = { anv_nir_apply_pipeline_layout() local
[all...]
H A DgenX_pipeline.c987 write_disabled_blend(uint32_t *state) in write_disabled_blend() argument
2302 graphics_pipeline_emit(struct anv_graphics_pipeline *pipeline, const struct vk_graphics_pipeline_state *state) graphics_pipeline_emit() argument
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_draw_hw_select.c422 build_point_nir_shader(nir_builder *b, union state_key state, bool packed) in build_point_nir_shader() argument
477 build_line_nir_shader(nir_builder *b, union state_key state, bool packed) in build_line_nir_shader() argument
536 build_planar_primitive_nir_shader(nir_builder *b, union state_key state, bool packed) in build_planar_primitive_nir_shader() argument
605 hw_select_create_gs(struct st_context *st, union state_key state) hw_select_create_gs() argument
710 union state_key state = {0}; make_state_key() local
[all...]
/third_party/mesa3d/src/intel/tools/
H A Daubinator_viewer_decoder.cpp241 const uint8_t *state = (const uint8_t *) bo.map + (addr - bo.addr); in dump_binding_table() local
667 struct intel_group *state = intel_spec_find_struct(ctx->spec, struct_type); in decode_dynamic_state_pointers() local
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.h242 nghttp3_qpack_decoder_stream_state state; member
767 nghttp3_qpack_encoder_stream_state state; member
884 nghttp3_qpack_request_stream_state state; global() member
[all...]
H A Dnghttp3_stream.h91 int state; member
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_patternstring.cpp969 int state = 0; convertLocalized() local
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_session.h82 nghttp2_outbound_state state; member
161 nghttp2_inbound_state state; member
H A Dnghttp2_hd.h254 nghttp2_hd_inflate_state state; member
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_pipeline.c362 VkDynamicState state = dynamic_info->pDynamicStates[i]; in panvk_pipeline_builder_parse_dynamic() local
507 blend_needs_lowering(const struct panfrost_device *dev, const struct pan_blend_state *state, unsigned rt) blend_needs_lowering() argument
[all...]
/third_party/mesa3d/src/util/
H A Dxxhash.h856 XXH32_state_t state; /* using a local state to memcpy() in order to avoid strict-aliasing warnings */ XXH32_reset() local
869 XXH32_update(XXH32_state_t* state, const void* input, size_t len) XXH32_update() argument
932 XXH32_digest(const XXH32_state_t* state) XXH32_digest() argument
1317 XXH64_state_t state; /* using a local state to memcpy() in order to avoid strict-aliasing warnings */ XXH64_reset() local
1329 XXH64_update(XXH64_state_t* state, const void* input, size_t len) XXH64_update() argument
1389 XXH64_digest(const XXH64_state_t* state) XXH64_digest() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.h153 struct nv50_graph_state state; member

Completed in 35 milliseconds

1...<<131132133134135136137138139140>>...176