Home
last modified time | relevance | path

Searched defs:vec (Results 526 - 550 of 695) sorted by relevance

1...<<2122232425262728

/third_party/mesa3d/src/compiler/nir/
H A Dnir_split_vars.c1567 nir_ssa_def *vec = nir_vec(&b, vec_srcs, intrin->num_components); in shrink_vec_var_access_impl() local
H A Dnir_opt_copy_prop_vars.c612 nir_ssa_def *vec = nir_vec_scalars(b, comps, num_components); in load_from_ssa_entry_value() local
H A Dnir_builder.h533 nir_vector_extract(nir_builder *b, nir_ssa_def *vec, nir_ssa_def *c) in nir_vector_extract() argument
552 nir_vector_insert_imm(nir_builder *b, nir_ssa_def *vec, in nir_vector_insert_imm() argument
576 nir_vector_insert(nir_builder *b, nir_ssa_def *vec, nir_ssa_def *scalar, nir_ssa_def *c) nir_vector_insert() argument
[all...]
/third_party/mesa3d/src/compiler/nir/tests/
H A Dvars_tests.cpp1081 nir_variable *vec = create_ivec2(nir_var_mem_global, "vec"); in TEST_F() local
1116 nir_variable *vec = create_ivec2(nir_var_mem_global, "vec"); in TEST_F() local
1140 nir_variable *vec = create_ivec2(nir_var_mem_global, "vec"); TEST_F() local
1173 nir_variable *vec = create_ivec2(nir_var_mem_global, "vec"); TEST_F() local
1218 nir_variable *vec = create_ivec2(nir_var_mem_global, "vec"); TEST_F() local
1255 nir_variable *vec = create_ivec2(nir_var_mem_global, "vec"); TEST_F() local
1856 nir_alu_instr *vec = nir_src_as_alu_instr(combined->src[1]); TEST_F() local
1895 nir_alu_instr *vec = nir_src_as_alu_instr(combined->src[1]); TEST_F() local
1961 nir_alu_instr *vec = nir_src_as_alu_instr(combined->src[1]); TEST_F() local
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_spill.cpp103 std::vector<uint32_t>& vec = affinities[i]; in add_affinity() local
[all...]
/third_party/mesa3d/src/compiler/clc/
H A Dclc_helpers.cpp406 auto& vec = iter->second; in parseOpGroupDecorate() local
/third_party/ltp/lib/
H A Dsafe_macros.c1320 safe_mincore(const char *file, const int lineno, void *start, size_t length, unsigned char *vec) safe_mincore() argument
/third_party/node/deps/v8/src/wasm/
H A Dwasm-module-builder.cc301 ZoneVector<byte>& vec = data_segments_.back().data; in AddDataSegment() local
/third_party/node/src/
H A Dnode_snapshotable.cc959 void WriteVector(std::ostream* ss, const T* vec, size_t size) { in WriteVector() argument
57 operator <<(std::ostream& output, const std::vector<builtins::CodeCacheInfo>& vec) operator <<() argument
67 operator <<(std::ostream& output, const std::vector<uint8_t>& vec) operator <<() argument
77 operator <<(std::ostream& output, const std::vector<PropInfo>& vec) operator <<() argument
93 operator <<(std::ostream& output, const std::vector<std::string>& vec) operator <<() argument
[all...]
/third_party/nghttp2/lib/
H A Dnghttp2_hd.c1523 nghttp2_hd_deflate_hd_vec(nghttp2_hd_deflater *deflater, const nghttp2_vec *vec, size_t veclen, const nghttp2_nv *nv, size_t nvlen) nghttp2_hd_deflate_hd_vec() argument
/third_party/node/deps/icu-small/source/common/
H A Drbbitblb.cpp1006 UVector *vec = *vector; in sortedAdd() local
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_pbo_compute.c178 float vec[4]; member
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_conn.c1896 conn_writev_stream(nghttp3_conn *conn, int64_t *pstream_id, int *pfin, nghttp3_vec *vec, size_t veccnt, nghttp3_stream *stream) conn_writev_stream() argument
1940 nghttp3_conn_writev_stream(nghttp3_conn *conn, int64_t *pstream_id, int *pfin, nghttp3_vec *vec, size_t veccnt) nghttp3_conn_writev_stream() argument
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_hd.c1523 nghttp2_hd_deflate_hd_vec(nghttp2_hd_deflater *deflater, const nghttp2_vec *vec, size_t veclen, const nghttp2_nv *nv, size_t nvlen) nghttp2_hd_deflate_hd_vec() argument
/third_party/mesa3d/src/util/format/
H A Du_format_fxt1.c148 fxt1_bestcol (float vec[][MAX_COMP], int32_t nv, in fxt1_bestcol() argument
170 fxt1_worst (float vec[MAX_COMP], in fxt1_worst() argument
219 fxt1_choose (float vec[][MAX_COMP], int32_t nv, in fxt1_choose() argument
313 fxt1_lloyd(float vec[][MAX_COMP], int32_t nv, uint8_t input[N_TEXELS][MAX_COMP], int32_t nc, int32_t n) fxt1_lloyd() argument
419 float vec[MAX_VECT][MAX_COMP]; fxt1_quantize_CHROMA() local
461 float vec[MAX_VECT][MAX_COMP]; fxt1_quantize_ALPHA0() local
513 float vec[1 + 1 + 1][MAX_COMP]; /* 1.5 extrema for each sub-block */ fxt1_quantize_ALPHA1() local
746 uint8_t vec[2 * 2][MAX_COMP]; /* 2 extrema for each sub-block */ fxt1_quantize_MIXED1() local
884 uint8_t vec[2 * 2][MAX_COMP]; /* 2 extrema for each sub-block */ fxt1_quantize_MIXED0() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Drbbiapts.cpp696 int32_t vec[10]; in TestRuleStatus() local
/third_party/libfuse/util/
H A Dfusermount.c1198 struct iovec vec; in send_fd() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.c407 vec_dest_has_swizzle(nir_alu_instr *vec, nir_ssa_def *ssa) in vec_dest_has_swizzle() argument
688 insert_vec_mov(nir_alu_instr *vec, unsigned start_idx, nir_shader *shader) in insert_vec_mov() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_emit.c117 get_rc_constant_state( float vec[4], struct r300_context * r300, struct rc_constant * constant) get_rc_constant_state() argument
[all...]
/third_party/node/deps/uv/src/unix/
H A Dstream.c695 static ssize_t uv__writev(int fd, struct iovec* vec, size_t n) { in uv__writev() argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkQueryUtil.cpp500 void add (const InstanceInterface& vki, VkPhysicalDevice dev, const std::vector<VkExtensionProperties>& vec) in add() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeIndirectComputeDispatchTests.cpp809 DispatchCommandsVec vec; in commandsVec() local
820 DispatchCommandsVec vec; in commandsVec() local
837 DispatchCommandsVec vec; commandsVec() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawDiscardRectanglesTests.cpp94 inline VkDeviceSize sizeInBytes(const std::vector<T>& vec) in sizeInBytes() argument
H A DvktDrawShaderLayerTests.cpp81 inline VkDeviceSize sizeInBytes(const std::vector<T>& vec) in sizeInBytes() argument
H A DvktDrawShaderViewportIndexTests.cpp85 inline VkDeviceSize sizeInBytes(const std::vector<T>& vec) in sizeInBytes() argument

Completed in 49 milliseconds

1...<<2122232425262728