Home
last modified time | relevance | path

Searched defs:type (Results 5826 - 5850 of 7476) sorted by relevance

1...<<231232233234235236237238239240>>...300

/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_encode.c484 virgl_emit_shader_header(struct virgl_context *ctx, uint32_t handle, uint32_t len, uint32_t type, uint32_t offlen, uint32_t num_tokens) virgl_emit_shader_header() argument
524 virgl_encode_shader_state(struct virgl_context *ctx, uint32_t handle, uint32_t type, const struct pipe_stream_output_info *so_info, uint32_t cs_req_local_mem, const struct tgsi_token *tokens) virgl_encode_shader_state() argument
1313 virgl_encode_bind_shader(struct virgl_context *ctx, uint32_t handle, uint32_t type) virgl_encode_bind_shader() argument
H A Dvirgl_context.c675 virgl_shader_encoder(struct pipe_context *ctx, const struct pipe_shader_state *shader, unsigned type) virgl_shader_encoder() argument
1294 virgl_create_fence_fd(struct pipe_context *ctx, struct pipe_fence_handle **fence, int fd, enum pipe_fd_type type) virgl_create_fence_fd() argument
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_private.h273 VkDescriptorType type; member
348 VkDescriptorType type; member
373 VkDescriptorUpdateTemplateType type; member
486 VkQueryType type; member
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_disasm.c897 enum brw_reg_type type = brw_inst_dst_type(devinfo, inst); in dest() local
982 enum brw_reg_type type; in dest_3src() local
1039 src_da1(FILE *file, const struct intel_device_info *devinfo, unsigned opcode, enum brw_reg_type type, unsigned _reg_file, unsigned _vert_stride, unsigned _width, unsigned _horiz_stride, unsigned reg_num, unsigned sub_reg_num, unsigned __abs, unsigned _negate) src_da1() argument
1069 src_ia1(FILE *file, const struct intel_device_info *devinfo, unsigned opcode, enum brw_reg_type type, int _addr_imm, unsigned _addr_subreg_nr, unsigned _negate, unsigned __abs, unsigned _horiz_stride, unsigned _width, unsigned _vert_stride) src_ia1() argument
1122 src_da16(FILE *file, const struct intel_device_info *devinfo, unsigned opcode, enum brw_reg_type type, unsigned _reg_file, unsigned _vert_stride, unsigned _reg_nr, unsigned _subreg_nr, unsigned __abs, unsigned _negate, unsigned swz_x, unsigned swz_y, unsigned swz_z, unsigned swz_w) src_da16() argument
1254 enum brw_reg_type type; src0_3src() local
1276 enum brw_reg_type type = brw_inst_3src_a1_src0_type(devinfo, inst); src0_3src() local
1341 enum brw_reg_type type; src1_3src() local
1415 enum brw_reg_type type; src2_3src() local
1434 enum brw_reg_type type = brw_inst_3src_a1_src2_type(devinfo, inst); src2_3src() local
1497 imm(FILE *file, const struct brw_isa_info *isa, enum brw_reg_type type, const brw_inst *inst) imm() argument
1567 src_sends_da(FILE *file, const struct intel_device_info *devinfo, enum brw_reg_type type, enum brw_reg_file _reg_file, unsigned _reg_nr, unsigned _reg_subnr) src_sends_da() argument
1587 src_sends_ia(FILE *file, const struct intel_device_info *devinfo, enum brw_reg_type type, int _addr_imm, unsigned _addr_subreg_nr) src_sends_ia() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader.cpp112 ShaderIO::ShaderIO(const char *type, int loc, int name): in ShaderIO() argument
190 std::string type; in add_info_from_string() local
191 is >> type; in add_info_from_string() local
560 auto type = uniform->type->is_array() ? uniform->type->without_array(): uniform->type; scan_uniforms() local
700 emit_control_flow(ControlFlowInstr::CFType type) emit_control_flow() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_shader.h198 SVGA3dShaderType type; member
355 enum pipe_shader_ir type; /* IR type */ member
[all...]
H A Dsvga_tgsi_insn.c736 emit_def_const(struct svga_shader_emitter *emit, SVGA3dShaderConstType type, unsigned idx, float a, float b, float c, float d) emit_def_const() argument
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1021 struct ConstRef { typedef const T& type; }; global() typedef
1023 struct ConstRef<T&> { typedef T& type; }; global() typedef
[all...]
H A Dgtest-internal.h661 typedef Provided type; global() typedef
[all...]
/third_party/node/src/
H A Dcares_wrap.cc201 ParseGeneralReply( Environment* env, const unsigned char* buf, int len, int* type, Local<Array> ret, void* addrttls = nullptr, int* naddrttls = nullptr) ParseGeneralReply() argument
905 int type, status, old_count; Parse() local
1075 int type = ns_t_a; Parse() local
1109 int type = ns_t_aaaa; Parse() local
1162 int type = ns_t_cname; Parse() local
1207 int type = ns_t_ns; Parse() local
1274 int type = ns_t_ptr; Parse() local
[all...]
H A Denv.h482 Type type; member
H A Dnode_http2.h612 SessionType type() const { return session_type_; } in type() function in node::http2::Http2Session
H A Dnode_options.h126 std::string type; // Value of --experimental-default-type member in node::EnvironmentOptions
470 OptionType type; member
480 OptionType type; member
/third_party/node/src/crypto/
H A Dcrypto_common.cc964 const ASN1_OBJECT* type = X509_NAME_ENTRY_get_object(entry); GetX509NameObject() local
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dmodule-instantiate.cc145 const wasm::StructType* type = module->struct_type(struct_index); in CreateStructMap() local
87 CreateStructDescriptorArray( Isolate* isolate, const wasm::StructType* type) CreateStructDescriptorArray() argument
121 CreateArrayDescriptorArray( Isolate* isolate, const wasm::ArrayType* type) CreateArrayDescriptorArray() argument
172 const wasm::ArrayType* type = module->array_type(array_index); CreateArrayMap() local
[all...]
H A Dwasm-module.h171 ValueType type; // type of the global. member
249 ValueType type; global() member
392 Type type = Type::None; global() member
546 ValueType type = kWasmVoid; // table type. global() member
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dpkcs7.h192 ASN1_OBJECT *type; member
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dpkcs7.h192 ASN1_OBJECT *type; member
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dpkcs7.h192 ASN1_OBJECT *type; member
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dpkcs7.h192 ASN1_OBJECT *type; member
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dpkcs7.h192 ASN1_OBJECT *type; member
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dpkcs7.h192 ASN1_OBJECT *type; member
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dpkcs7.h192 ASN1_OBJECT *type; member
[all...]
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dpkcs7.h192 ASN1_OBJECT *type; member
[all...]
/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole.cc107 clang::QualType type = enum_constant->getType(); in IsExternalVMState() local
170 const clang::Type* type = type_alias_decl->getTypeForDecl(); in ResolveTemplate() local
1357 IsRawPointerType(const clang::PointerType* type) IsRawPointerType() argument
[all...]

Completed in 48 milliseconds

1...<<231232233234235236237238239240>>...300