Home
last modified time | relevance | path

Searched defs:index (Results 551 - 575 of 3886) sorted by relevance

1...<<21222324252627282930>>...156

/third_party/node/deps/v8/src/utils/
H A Dscoped-list.h60 size_t index = start_ + i; in at() local
67 size_t index = start_ + i; in at() local
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_query.c41 fd_create_query(struct pipe_context *pctx, unsigned query_type, unsigned index) in fd_create_query() argument
136 fd_get_driver_query_info(struct pipe_screen *pscreen, unsigned index, in fd_get_driver_query_info() argument
157 fd_get_driver_query_group_info(struct pipe_screen *pscreen, unsigned index, in fd_get_driver_query_group_info() argument
[all...]
H A Dfreedreno_query_acc.c216 fd_acc_create_query(struct fd_context *ctx, unsigned query_type, unsigned index) in fd_acc_create_query() argument
189 fd_acc_create_query2(struct fd_context *ctx, unsigned query_type, unsigned index, const struct fd_acc_sample_provider *provider) fd_acc_create_query2() argument
H A Dfreedreno_query.h52 unsigned index; member
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_struct.c116 lp_build_array_get_ptr(struct gallivm_state *gallivm, LLVMValueRef ptr, LLVMValueRef index) lp_build_array_get_ptr() argument
136 lp_build_array_get(struct gallivm_state *gallivm, LLVMValueRef ptr, LLVMValueRef index) lp_build_array_get() argument
154 lp_build_array_set(struct gallivm_state *gallivm, LLVMValueRef ptr, LLVMValueRef index, LLVMValueRef value) lp_build_array_set() argument
168 lp_build_pointer_get(LLVMBuilderRef builder, LLVMValueRef ptr, LLVMValueRef index) lp_build_pointer_get() argument
177 lp_build_pointer_get_unaligned(LLVMBuilderRef builder, LLVMValueRef ptr, LLVMValueRef index, unsigned alignment) lp_build_pointer_get_unaligned() argument
197 lp_build_pointer_set(LLVMBuilderRef builder, LLVMValueRef ptr, LLVMValueRef index, LLVMValueRef value) lp_build_pointer_set() argument
209 lp_build_pointer_set_unaligned(LLVMBuilderRef builder, LLVMValueRef ptr, LLVMValueRef index, LLVMValueRef value, unsigned alignment) lp_build_pointer_set_unaligned() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_bitmask.c137 util_bitmask_filled_set(struct util_bitmask *bm, unsigned index) util_bitmask_filled_set() argument
154 util_bitmask_filled_unset(struct util_bitmask *bm, unsigned index) util_bitmask_filled_unset() argument
204 util_bitmask_set(struct util_bitmask *bm, unsigned index) util_bitmask_set() argument
230 util_bitmask_clear(struct util_bitmask *bm, unsigned index) util_bitmask_clear() argument
253 util_bitmask_get(struct util_bitmask *bm, unsigned index) util_bitmask_get() argument
280 util_bitmask_get_next_index(struct util_bitmask *bm, unsigned index) util_bitmask_get_next_index() argument
[all...]
H A Du_handle_table.c155 unsigned index; in handle_table_add() local
194 unsigned index; in handle_table_set() local
130 handle_table_clear(struct handle_table *ht, unsigned index) handle_table_clear() argument
241 unsigned index; handle_table_remove() local
264 unsigned index; handle_table_get_next_handle() local
285 unsigned index; handle_table_destroy() local
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_query.cpp102 d3d12_query_type(unsigned query_type, unsigned sub_query, unsigned index) in d3d12_query_type() argument
130 d3d12_create_query(struct pipe_context *pctx, unsigned query_type, unsigned index) d3d12_create_query() argument
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_query.c91 etna_get_driver_query_info(struct pipe_screen *pscreen, unsigned index, in etna_get_driver_query_info() argument
107 etna_get_driver_query_group_info(struct pipe_screen *pscreen, unsigned index, in etna_get_driver_query_group_info() argument
38 etna_create_query(struct pipe_context *pctx, unsigned query_type, unsigned index) etna_create_query() argument
H A Detnaviv_uniforms.c51 unsigned index = get_const_idx(ctx, frag, data); in get_texrect_scale() local
H A Detnaviv_compiler_nir_ra.c195 unsigned index = live_map[src_index(impl, &intr->src[1])]; in etna_ra_assign() local
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe.c254 unsigned int index = prim_info->elts[start + i]; in draw_pipeline_run() local
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c182 unsigned usage, index; in ps30_input() local
99 emit_decl(struct svga_shader_emitter *emit, SVGA3dShaderDestToken reg, unsigned usage, unsigned index) emit_decl() argument
397 unsigned usage, index; vs30_input() local
455 unsigned usage, index; vs30_output() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program.c79 get_used_temporaries_cb( void * userdata, struct rc_instruction * inst, rc_register_file file, unsigned int index, unsigned int mask) get_used_temporaries_cb() argument
H A Dradeon_program_pair.c38 rc_pair_alloc_source(struct rc_pair_instruction *pair, unsigned int rgb, unsigned int alpha, rc_register_file file, unsigned int index) rc_pair_alloc_source() argument
[all...]
H A Dradeon_vert_fc.c60 mark_write(void * userdata, struct rc_instruction * inst, rc_register_file file, unsigned int index, unsigned int mask) mark_write() argument
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_query.c31 r300_create_query(struct pipe_context *pipe, unsigned query_type, unsigned index) r300_create_query() argument
H A Dr300_tgsi_to_rc.c146 translate_register_index( struct tgsi_to_rc * ttr, unsigned file, int index) translate_register_index() argument
290 handle_immediate(struct tgsi_to_rc * ttr, struct tgsi_full_immediate * imm, unsigned index) handle_immediate() argument
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DEnumDescriptor.cs49 internal EnumDescriptor(EnumDescriptorProto proto, FileDescriptor file, MessageDescriptor parent, int index, Type clrType) in EnumDescriptor() argument
H A DOneofDescriptor.cs53 internal OneofDescriptor(OneofDescriptorProto proto, FileDescriptor file, MessageDescriptor parent, int index, string clrName) in OneofDescriptor() argument
H A DMethodDescriptor.cs106 MethodDescriptor(MethodDescriptorProto proto, FileDescriptor file, ServiceDescriptor parent, int index) MethodDescriptor() argument
/third_party/pulseaudio/src/pulsecore/
H A Dcore-subscribe.c55 uint32_t index; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DTransformFeedback11.cpp73 bindIndexedBuffer( const gl::Context *context, size_t index, const gl::OffsetBindingPointer<gl::Buffer> &binding) bindIndexedBuffer() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DClampIndirectIndices.cpp85 TIntermTyped *index = node->getRight(); variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
H A DEmulateFragColorData.cpp47 int index = 0; variable

Completed in 13 milliseconds

1...<<21222324252627282930>>...156