| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_program.c | 582 zink_program_get_descriptor_usage(struct zink_context *ctx, enum pipe_shader_type stage, enum zink_descriptor_type type) in zink_program_get_descriptor_usage() argument 618 zink_program_descriptor_is_buffer(struct zink_context *ctx, enum pipe_shader_type stage, enum zink_descriptor_type type, unsigned i) in zink_program_descriptor_is_buffer() argument 642 get_num_bindings(struct zink_shader *zs, enum zink_descriptor_type type) in get_num_bindings() argument 658 zink_program_num_bindings_typed(const struct zink_program *pg, enum zink_descriptor_type type, bool is_compute) zink_program_num_bindings_typed() argument [all...] |
| /third_party/mesa3d/src/imagination/vulkan/ |
| H A D | pvr_pipeline.c | 1041 pvr_pipeline_init(struct pvr_device *device, enum pvr_pipeline_type type, struct pvr_pipeline *const pipeline) pvr_pipeline_init() argument
|
| H A D | pvr_descriptor_set.c | 113 pvr_descriptor_size_info_init( const struct pvr_device *device, VkDescriptorType type, struct pvr_descriptor_size_info *const size_info_out) pvr_descriptor_size_info_init() argument [all...] |
| /third_party/mesa3d/src/intel/common/ |
| H A D | mi_builder.h | 91 enum mi_value_type type; member [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_query.h | 141 unsigned type; member
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_nir.cpp | 393 r600_glsl_type_size(const struct glsl_type *type, bool is_bindless) in r600_glsl_type_size() argument 399 r600_get_natural_size_align_bytes(const struct glsl_type *type, unsigned *size, unsigned *align) r600_get_natural_size_align_bytes() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_llvm.c | 473 LLVMTypeRef type = LLVMTypeOf(param); in si_build_wrapper_function() local 1059 LLVMTypeRef type = ctx->ac.f32; si_llvm_translate_nir() local [all...] |
| H A D | si_shader_llvm_vs.c | 256 si_load_vs_input(struct ac_shader_abi *abi, unsigned driver_location, unsigned component, unsigned num_components, unsigned vertex_index, LLVMTypeRef type) si_load_vs_input() argument
|
| H A D | si_shader_llvm_ps.c | 469 LLVMTypeRef type = ctx->abi.is_16bit[4 * i] ? ctx->ac.f16 : ctx->ac.f32; in si_llvm_ps_build_end() local
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_cmd.c | 588 SVGA3D_SetRenderTarget(struct svga_winsys_context *swc, SVGA3dRenderTargetType type, struct pipe_surface *surface) SVGA3D_SetRenderTarget() argument 637 SVGA3D_DefineShader(struct svga_winsys_context *swc, uint32 shid, SVGA3dShaderType type, const uint32 *bytecode, uint32 bytecodeLen) SVGA3D_DefineShader() argument 683 SVGA3D_DestroyShader(struct svga_winsys_context *swc, uint32 shid, SVGA3dShaderType type) SVGA3D_DestroyShader() argument 728 SVGA3D_SetShaderConst(struct svga_winsys_context *swc, uint32 reg, SVGA3dShaderType type, SVGA3dShaderConstType ctype, const void *value) SVGA3D_SetShaderConst() argument 794 SVGA3D_SetShaderConsts(struct svga_winsys_context *swc, uint32 reg, uint32 numRegs, SVGA3dShaderType type, SVGA3dShaderConstType ctype, const void *values) SVGA3D_SetShaderConsts() argument 847 SVGA3D_SetShader(struct svga_winsys_context *swc, SVGA3dShaderType type, uint32 shid) SVGA3D_SetShader() argument 1390 SVGA3D_BeginGBQuery(struct svga_winsys_context *swc, SVGA3dQueryType type) SVGA3D_BeginGBQuery() argument 1428 SVGA3D_BeginQuery(struct svga_winsys_context *swc, SVGA3dQueryType type) SVGA3D_BeginQuery() argument 1469 SVGA3D_EndGBQuery(struct svga_winsys_context *swc, SVGA3dQueryType type, struct svga_winsys_buffer *buffer) SVGA3D_EndGBQuery() argument 1511 SVGA3D_EndQuery(struct svga_winsys_context *swc, SVGA3dQueryType type, struct svga_winsys_buffer *buffer) SVGA3D_EndQuery() argument 1556 SVGA3D_WaitForGBQuery(struct svga_winsys_context *swc, SVGA3dQueryType type, struct svga_winsys_buffer *buffer) SVGA3D_WaitForGBQuery() argument 1603 SVGA3D_WaitForQuery(struct svga_winsys_context *swc, SVGA3dQueryType type, struct svga_winsys_buffer *buffer) SVGA3D_WaitForQuery() argument 1654 SVGA3D_SetGBShader(struct svga_winsys_context *swc, SVGA3dShaderType type, struct svga_winsys_gb_shader *gbshader) SVGA3D_SetGBShader() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
| H A D | xm_api.c | 524 create_xmesa_buffer(Drawable d, BufferType type, in create_xmesa_buffer() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/va/ |
| H A D | surface.c | 1076 vlVaQueryVideoProcFilterCaps(VADriverContextP ctx, VAContextID context, VAProcFilterType type, void *filter_caps, unsigned int *num_filter_caps) vlVaQueryVideoProcFilterCaps() argument [all...] |
| /third_party/mesa3d/src/gbm/backends/dri/ |
| H A D | gbm_dri.c | 985 gbm_dri_bo_import(struct gbm_device *gbm, uint32_t type, void *buffer, uint32_t usage) gbm_dri_bo_import() argument
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_lower_logical_sends.cpp | 543 const brw_reg_type type = in lower_sampler_logical_send_gfx4() local [all...] |
| H A D | brw_nir.c | 1558 brw_type_for_nir_type(const struct intel_device_info *devinfo, nir_alu_type type) brw_type_for_nir_type() argument [all...] |
| H A D | brw_mesh.cpp | 75 type_size_scalar_dwords(const struct glsl_type *type, bool bindless) in type_size_scalar_dwords() argument 82 shared_type_info(const struct glsl_type *type, unsigned *size, unsigned *align) in shared_type_info() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
| H A D | ShaderTGSI.c | 51 D3D10_SB_OPCODE_TYPE type; member [all...] |
| H A D | State.h | 58 uint type; member
|
| /third_party/mesa3d/src/gallium/winsys/svga/drm/ |
| H A D | vmw_screen_svga.c | 717 vmw_svga_winsys_shader_create(struct svga_winsys_screen *sws, SVGA3dShaderType type, const uint32 *bytecode, uint32 bytecodeLen) vmw_svga_winsys_shader_create() argument
|
| /third_party/mesa3d/src/glx/ |
| H A D | drisw_glx.c | 672 driswCreateDrawable(struct glx_screen *base, XID xDrawable, GLXDrawable drawable, int type, struct glx_config *modes) driswCreateDrawable() argument
|
| /third_party/mesa3d/src/intel/blorp/ |
| H A D | blorp_priv.h | 164 blorp_create_nir_input(struct nir_shader *nir, const char *name, const struct glsl_type *type, unsigned int offset) blorp_create_nir_input() argument
|
| /third_party/node/src/crypto/ |
| H A D | crypto_keys.cc | 844 KeyObjectData::KeyObjectData(KeyType type, const ManagedEVPPKey& pkey) in KeyObjectData() argument 979 KeyType type = static_cast<KeyType>(args[0].As<Uint32>()->Value()); in Init() local 1102 KeyType type = static_cast<KeyType>(args[2].As<Int32>()->Value()); InitEDRaw() local 1248 KeyType type = data_->GetKeyType(); CheckEcKeyData() local 1284 KeyType type = key->Data()->GetKeyType(); Export() local [all...] |
| H A D | crypto_util.h | 337 CryptoJob(Environment* env, v8::Local<v8::Object> object, AsyncWrap::ProviderType type, CryptoJobMode mode, AdditionalParams&& params) CryptoJob() argument
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-module-builder.cc | 74 uint32_t WasmFunctionBuilder::AddLocal(ValueType type) { in AddLocal() argument 131 void WriteValueType(ZoneBuffer* buffer, const ValueType& type) { in WriteValueType() argument 142 void WasmFunctionBuilder::EmitValueType(ValueType type) { in EmitValueType() argument 322 AddException(const FunctionSig* type) AddException() argument 330 AddStructType(StructType* type, uint32_t supertype) AddStructType() argument 337 AddArrayType(ArrayType* type, uint32_t supertype) AddArrayType() argument 356 AddTable(ValueType type, uint32_t min_size) AddTable() argument 361 AddTable(ValueType type, uint32_t min_size, uint32_t max_size) AddTable() argument 367 AddTable(ValueType type, uint32_t min_size, uint32_t max_size, WasmInitExpr init) AddTable() argument 397 AddGlobalImport(base::Vector<const char> name, ValueType type, bool mutability, base::Vector<const char> module) AddGlobalImport() argument 414 AddExportedGlobal(ValueType type, bool mutability, WasmInitExpr init, base::Vector<const char> name) AddExportedGlobal() argument 433 AddGlobal(ValueType type, bool mutability, WasmInitExpr init) AddGlobal() argument 451 WriteInitializerExpressionWithEnd(ZoneBuffer* buffer, const WasmInitExpr& init, ValueType type) WriteInitializerExpressionWithEnd() argument 583 WriteInitializerExpression(ZoneBuffer* buffer, const WasmInitExpr& init, ValueType type) WriteInitializerExpression() argument 614 const TypeDefinition& type = types_[i]; WriteTo() local [all...] |
| H A D | wasm-module.cc | 245 Handle<String> ToValueTypeString(Isolate* isolate, ValueType type) { in ToValueTypeString() argument 289 GetTypeForGlobal(Isolate* isolate, bool is_mutable, ValueType type) GetTypeForGlobal() argument 327 GetTypeForTable(Isolate* isolate, ValueType type, uint32_t min_size, base::Optional<uint32_t> max_size) GetTypeForTable() argument [all...] |