Home
last modified time | relevance | path

Searched defs:set (Results 901 - 925 of 1289) sorted by relevance

1...<<31323334353637383940>>...52

/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_descriptor_set.c1045 pvr_free_descriptor_set(struct pvr_device *device, struct pvr_descriptor_pool *pool, struct pvr_descriptor_set *set) pvr_free_descriptor_set() argument
1140 struct pvr_descriptor_set *set; pvr_descriptor_set_create() local
1247 struct pvr_descriptor_set *set = NULL; pvr_AllocateDescriptorSets() local
1279 struct pvr_descriptor_set *set; pvr_FreeDescriptorSets() local
1325 pvr_descriptor_update_buffer_info( const struct pvr_device *device, const VkWriteDescriptorSet *write_set, struct pvr_descriptor_set *set, const struct pvr_descriptor_set_layout_binding *binding, uint32_t *mem_ptr, uint32_t start_stage, uint32_t end_stage) pvr_descriptor_update_buffer_info() argument
1392 pvr_descriptor_update_sampler( const struct pvr_device *device, const VkWriteDescriptorSet *write_set, struct pvr_descriptor_set *set, const struct pvr_descriptor_set_layout_binding *binding, uint32_t *mem_ptr, uint32_t start_stage, uint32_t end_stage) pvr_descriptor_update_sampler() argument
1509 pvr_descriptor_update_sampler_texture( const struct pvr_device *device, const VkWriteDescriptorSet *write_set, struct pvr_descriptor_set *set, const struct pvr_descriptor_set_layout_binding *binding, uint32_t *mem_ptr, uint32_t start_stage, uint32_t end_stage) pvr_descriptor_update_sampler_texture() argument
1584 pvr_descriptor_update_texture( const struct pvr_device *device, const VkWriteDescriptorSet *write_set, struct pvr_descriptor_set *set, const struct pvr_descriptor_set_layout_binding *binding, uint32_t *mem_ptr, uint32_t start_stage, uint32_t end_stage) pvr_descriptor_update_texture() argument
1676 pvr_descriptor_update_buffer_view( const struct pvr_device *device, const VkWriteDescriptorSet *write_set, struct pvr_descriptor_set *set, const struct pvr_descriptor_set_layout_binding *binding, uint32_t *mem_ptr, uint32_t start_stage, uint32_t end_stage) pvr_descriptor_update_buffer_view() argument
1732 pvr_descriptor_update_input_attachment( const struct pvr_device *device, const VkWriteDescriptorSet *write_set, struct pvr_descriptor_set *set, const struct pvr_descriptor_set_layout_binding *binding, uint32_t *mem_ptr, uint32_t start_stage, uint32_t end_stage) pvr_descriptor_update_input_attachment() argument
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Dindex.c997 static int ntfs_ibm_modify(ntfs_index_context *icx, VCN vcn, int set) in ntfs_ibm_modify() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dalphaindex.cpp989 UnicodeSet set; in firstStringsInScript() local
H A Dcollationbuilder.cpp1089 CollationBuilder::suppressContractions(const UnicodeSet &set, const char *&parserErrorReason, in suppressContractions() argument
1099 CollationBuilder::optimize(const UnicodeSet &set, const char *& /* parserErrorReason */, in optimize() argument
[all...]
H A Dcollationdatabuilder.cpp1165 CollationDataBuilder::optimize(const UnicodeSet &set, UErrorCode &errorCode) { in optimize() argument
1181 suppressContractions(const UnicodeSet &set, UErrorCode &errorCode) suppressContractions() argument
[all...]
H A Drbt_pars.cpp194 const UnicodeFunctor* set = nullptr; in lookupMatcher() local
1528 UnicodeSet* set = new UnicodeSet(rule, pos, USET_IGNORE_SPACE, parseData, status); parseSet() local
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_descriptor_set.c1037 anv_descriptor_pool_alloc_set(struct anv_descriptor_pool *pool, uint32_t size, struct anv_descriptor_set **set) anv_descriptor_pool_alloc_set() argument
1069 anv_descriptor_pool_free_set(struct anv_descriptor_pool *pool, struct anv_descriptor_set *set) anv_descriptor_pool_free_set() argument
1140 struct anv_descriptor_set *set; anv_descriptor_set_create() local
1247 anv_descriptor_set_destroy(struct anv_device *device, struct anv_descriptor_pool *pool, struct anv_descriptor_set *set) anv_descriptor_set_destroy() argument
1283 struct anv_descriptor_set *set = NULL; anv_AllocateDescriptorSets() local
1378 anv_descriptor_set_write_image_view(struct anv_device *device, struct anv_descriptor_set *set, const VkDescriptorImageInfo * const info, VkDescriptorType type, uint32_t binding, uint32_t element) anv_descriptor_set_write_image_view() argument
1515 anv_descriptor_set_write_buffer_view(struct anv_device *device, struct anv_descriptor_set *set, VkDescriptorType type, struct anv_buffer_view *buffer_view, uint32_t binding, uint32_t element) anv_descriptor_set_write_buffer_view() argument
1576 anv_descriptor_set_write_buffer(struct anv_device *device, struct anv_descriptor_set *set, struct anv_state_stream *alloc_stream, VkDescriptorType type, struct anv_buffer *buffer, uint32_t binding, uint32_t element, VkDeviceSize offset, VkDeviceSize range) anv_descriptor_set_write_buffer() argument
1671 anv_descriptor_set_write_inline_uniform_data(struct anv_device *device, struct anv_descriptor_set *set, uint32_t binding, const void *data, size_t offset, size_t size) anv_descriptor_set_write_inline_uniform_data() argument
1689 anv_descriptor_set_write_acceleration_structure(struct anv_device *device, struct anv_descriptor_set *set, struct anv_acceleration_structure *accel, uint32_t binding, uint32_t element) anv_descriptor_set_write_acceleration_structure() argument
1901 anv_descriptor_set_write_template(struct anv_device *device, struct anv_descriptor_set *set, struct anv_state_stream *alloc_stream, const struct anv_descriptor_update_template *template, const void *data) anv_descriptor_set_write_template() argument
[all...]
H A Danv_cmd_buffer.c452 anv_cmd_buffer_bind_descriptor_set(struct anv_cmd_buffer *cmd_buffer, VkPipelineBindPoint bind_point, struct anv_pipeline_layout *layout, uint32_t set_index, struct anv_descriptor_set *set, uint32_t *dynamic_offset_count, const uint32_t **dynamic_offsets) anv_cmd_buffer_bind_descriptor_set() argument
870 struct anv_descriptor_set *set = &(*push_set)->set; anv_cmd_buffer_push_descriptor_set() local
939 struct anv_descriptor_set *set = anv_CmdPushDescriptorSetKHR() local
1037 struct anv_descriptor_set *set = anv_CmdPushDescriptorSetWithTemplateKHR() local
[all...]
H A Danv_nir_apply_pipeline_layout.c61 } set[MAX_SETS]; member
86 add_binding(struct apply_pipeline_layout_state *state, uint32_t set, uint32_t binding) add_binding() argument
200 uint32_t set = nir_intrinsic_desc_set(intrin); descriptor_has_bti() local
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
577 const uint32_t set = var->data.descriptor_set; build_load_var_deref_descriptor_mem() local
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
654 uint32_t set = UINT32_MAX, binding = UINT32_MAX; build_buffer_addr_for_idx_intrin() local
767 uint32_t set = UINT32_MAX, binding = UINT32_MAX; lower_load_accel_struct_desc() local
1013 unsigned set = var->data.descriptor_set; lower_image_intrinsic() local
1122 unsigned set = var->data.descriptor_set; lower_tex_deref() local
1254 unsigned set = var->data.descriptor_set; lower_gfx7_tex_swizzle() local
1396 uint8_t set; global() member
1520 unsigned set = infos[i].set, b = infos[i].binding; anv_nir_apply_pipeline_layout() local
1601 const uint32_t set = var->data.descriptor_set; anv_nir_apply_pipeline_layout() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dncnvtst.c1890 USet *set; in TestUnicodeSet() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dconvtest.cpp591 UnicodeSet set; in TestGetUnicodeSet2() local
[all...]
H A Dtstnorm.cpp1138 UnicodeSet iSet, set; in TestCompare() local
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.h654 v8::Local<v8::Value> set; member
/third_party/node/deps/v8/src/json/
H A Djson-stringifier.cc246 Handle<OrderedHashSet> set = factory()->NewOrderedHashSet(); in InitializeReplacer() local
/third_party/node/deps/v8/src/objects/
H A Dshared-function-info-inl.h59 void PreparseData::set(int index, byte value) { in set() function in v8::internal::PreparseData
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_cmd_buffer.c541 const struct panvk_descriptor_set *set = desc_state->sets[s]; in panvk_fill_non_vs_attribs() local
/third_party/mksh/
H A Dvar.c762 typeset(const char *var, uint32_t set, uint32_t clr, int field, int base) in typeset() argument
767 vtypeset(int *ep, const char *var, uint32_t set, uint32_t clr, int field, int base) vtypeset() argument
[all...]
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dx509.h34 int set; /* index of RDNSequence for this entry */ member
/third_party/node/deps/uv/src/unix/
H A Dcore.c610 int uv__nonblock_ioctl(int fd, int set) { in uv__nonblock_ioctl() argument
625 int uv__nonblock_fcntl(int fd, int set) { in uv__nonblock_fcntl() argument
656 int uv__cloexec(int fd, int set) { in uv__cloexec() argument
1632 cpu_set_t set; uv_available_parallelism() local
[all...]
/third_party/libabigail/include/
H A Dabg-diff-utils.h100 set(int x, int y) in set() function in abigail::diff_utils::point
108 set(int x, int y, bool empty) in set() function in abigail::diff_utils::point
366 set(const point& b, const point&i, const point&e) in set() function in abigail::diff_utils::snake
384 set(const point& b, const point&i, const point& d, const point&e) in set() function in abigail::diff_utils::snake
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dlayout_eth_conf.rs75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions
[all...]
H A Dlayout_mbuf_1_0.rs75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions
[all...]
/third_party/rust/crates/bitflags/src/
H A Dlib.rs627 pub fn set(&mut self, other: Self, value: bool) { set() functions
[all...]
/third_party/python/Lib/multiprocessing/
H A Dmanagers.py1021 def set(self, value): member in Value
1092 def set(self): member in EventProxy
1142 def set(self, value): global() member in ValueProxy
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp215 deUint32 set; member
679 deUint32 packBindingArgs(deUint32 set, deUint32 binding, deUint32 arrayIndex) in packBindingArgs() argument
[all...]

Completed in 42 milliseconds

1...<<31323334353637383940>>...52