| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| H A D | validate_interfaces.cpp | 217 GetLocationsForVariable( ValidationState_t& _, const Instruction* entry_point, const Instruction* variable, std::unordered_set<uint32_t>* locations, std::unordered_set<uint32_t>* output_index1_locations) GetLocationsForVariable() argument 475 ValidateLocations(ValidationState_t& _, const Instruction* entry_point) ValidateLocations() argument [all...] |
| H A D | validation_state.h | 238 void RegisterExecutionModeForEntryPoint(uint32_t entry_point, in RegisterExecutionModeForEntryPoint() argument 244 entry_point_descriptions( uint32_t entry_point) entry_point_descriptions() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| H A D | validate.cpp | 220 const auto entry_point = inst->GetOperandAs<uint32_t>(1); in ValidateBinaryUsingContextAndValidationState() local
|
| H A D | validate_instruction.cpp | 478 const uint32_t entry_point = inst->word(1); in InstructionPass() local
|
| H A D | validate_interfaces.cpp | 217 GetLocationsForVariable( ValidationState_t& _, const Instruction* entry_point, const Instruction* variable, std::unordered_set<uint32_t>* locations, std::unordered_set<uint32_t>* output_index1_locations) GetLocationsForVariable() argument 475 ValidateLocations(ValidationState_t& _, const Instruction* entry_point) ValidateLocations() argument [all...] |
| H A D | validation_state.h | 238 void RegisterExecutionModeForEntryPoint(uint32_t entry_point, in RegisterExecutionModeForEntryPoint() argument 244 entry_point_descriptions( uint32_t entry_point) entry_point_descriptions() argument
|
| /third_party/skia/third_party/externals/tint/src/reader/spirv/ |
| H A D | parser_impl_test_helper.h | 227 const std::vector<EntryPointInfo>& GetEntryPointInfo(uint32_t entry_point) { in GetEntryPointInfo() argument
|
| H A D | parser_impl.h | 681 const std::vector<EntryPointInfo>& GetEntryPointInfo(uint32_t entry_point) { in GetEntryPointInfo() argument
|
| /third_party/skia/third_party/externals/tint/src/sem/ |
| H A D | function.h | 172 void AddAncestorEntryPoint(const sem::Function* entry_point) { in AddAncestorEntryPoint() argument
|
| /third_party/rust/crates/proc-macro-error/src/ |
| H A D | lib.rs | 427 pub fn entry_point<F>(f: F, proc_macro_hack: bool) -> proc_macro::TokenStream in entry_point() functions
|
| /third_party/spirv-tools/source/val/ |
| H A D | validate.cpp | 214 const auto entry_point = inst->GetOperandAs<uint32_t>(1); in ValidateBinaryUsingContextAndValidationState() local
|
| H A D | validate_instruction.cpp | 474 const uint32_t entry_point = inst->word(1); in InstructionPass() local
|
| H A D | validate_interfaces.cpp | 239 GetLocationsForVariable( ValidationState_t& _, const Instruction* entry_point, const Instruction* variable, std::unordered_set<uint32_t>* locations, std::unordered_set<uint32_t>* output_index1_locations) GetLocationsForVariable() argument 513 ValidateLocations(ValidationState_t& _, const Instruction* entry_point) ValidateLocations() argument [all...] |
| H A D | validation_state.h | 238 void RegisterExecutionModeForEntryPoint(uint32_t entry_point, in RegisterExecutionModeForEntryPoint() argument 244 entry_point_descriptions( uint32_t entry_point) entry_point_descriptions() argument
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | intel_clc.c | 306 char *entry_point = NULL, *platform = NULL, *outfile = NULL, *spv_outfile = NULL, *prefix = NULL; in main() local
|
| /third_party/node/deps/v8/src/profiler/ |
| H A D | profiler-listener.cc | 251 void ProfilerListener::CallbackEvent(Handle<Name> name, Address entry_point) { in CallbackEvent() argument 261 GetterCallbackEvent(Handle<Name> name, Address entry_point) GetterCallbackEvent() argument 272 SetterCallbackEvent(Handle<Name> name, Address entry_point) SetterCallbackEvent() argument
|
| /third_party/skia/third_party/externals/tint/src/inspector/ |
| H A D | inspector.cc | 142 EntryPoint entry_point; in GetEntryPoints() local 231 GetRemappedNameForEntryPoint( const std::string& entry_point) GetRemappedNameForEntryPoint() argument 311 GetStorageSize(const std::string& entry_point) GetStorageSize() argument 339 GetResourceBindings( const std::string& entry_point) GetResourceBindings() argument 365 GetUniformBufferResourceBindings( const std::string& entry_point) GetUniformBufferResourceBindings() argument 402 GetStorageBufferResourceBindings( const std::string& entry_point) GetStorageBufferResourceBindings() argument 408 GetReadOnlyStorageBufferResourceBindings( const std::string& entry_point) GetReadOnlyStorageBufferResourceBindings() argument 413 GetSamplerResourceBindings( const std::string& entry_point) GetSamplerResourceBindings() argument 437 GetComparisonSamplerResourceBindings( const std::string& entry_point) GetComparisonSamplerResourceBindings() argument 462 GetSampledTextureResourceBindings( const std::string& entry_point) GetSampledTextureResourceBindings() argument 467 GetMultisampledTextureResourceBindings( const std::string& entry_point) GetMultisampledTextureResourceBindings() argument 473 GetWriteOnlyStorageTextureResourceBindings( const std::string& entry_point) GetWriteOnlyStorageTextureResourceBindings() argument 478 GetTextureResourceBindings( const std::string& entry_point, const tint::TypeInfo& texture_type, ResourceBinding::ResourceType resource_type) GetTextureResourceBindings() argument 509 GetDepthTextureResourceBindings( const std::string& entry_point) GetDepthTextureResourceBindings() argument 517 GetDepthMultisampledTextureResourceBindings( const std::string& entry_point) GetDepthMultisampledTextureResourceBindings() argument 524 GetExternalTextureResourceBindings( const std::string& entry_point) GetExternalTextureResourceBindings() argument 531 GetSamplerTextureUses( const std::string& entry_point) GetSamplerTextureUses() argument 547 GetWorkgroupStorageSize(const std::string& entry_point) GetWorkgroupStorageSize() argument 656 GetStorageBufferResourceBindingsImpl( const std::string& entry_point, bool read_only) GetStorageBufferResourceBindingsImpl() argument 694 GetSampledTextureResourceBindingsImpl( const std::string& entry_point, bool multisampled_only) GetSampledTextureResourceBindingsImpl() argument 737 GetStorageTextureResourceBindingsImpl( const std::string& entry_point) GetStorageTextureResourceBindingsImpl() argument [all...] |
| /third_party/spirv-tools/source/opt/ |
| H A D | interface_var_sroa.cpp | 137 HasExtraArrayness( Instruction& entry_point, Instruction* var) HasExtraArrayness() argument 186 CollectInterfaceVariables( Instruction& entry_point) CollectInterfaceVariables() argument 557 ReplaceInterfaceVarInEntryPoint( Instruction* interface_var, Instruction* entry_point, uint32_t scalar_var_id) ReplaceInterfaceVarInEntryPoint() argument 923 ReplaceInterfaceVarsWithScalars( Instruction& entry_point) ReplaceInterfaceVarsWithScalars() argument [all...] |
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | main.cpp | 1188 auto entry_point = args.entry; in compile_iteration() local [all...] |
| /third_party/python/Objects/ |
| H A D | codeobject.c | 344 int entry_point = 0; in init_code() local
|
| /third_party/mesa3d/src/compiler/spirv/ |
| H A D | vtn_private.h | 727 struct vtn_value *entry_point; member
|
| H A D | spirv_to_nir.c | 4406 struct vtn_value *entry_point = &b->values[w[2]]; in vtn_handle_entry_point() local 4968 vtn_handle_execution_mode(struct vtn_builder *b, struct vtn_value *entry_point, in vtn_handle_execution_mode() argument 5282 vtn_handle_execution_mode_id(struct vtn_builder *b, struct vtn_value *entry_point, in vtn_handle_execution_mode_id() argument 6378 vtn_emit_kernel_entry_point_wrapper(struct vtn_builder *b, nir_function *entry_point) vtn_emit_kernel_entry_point_wrapper() argument 6579 nir_function *entry_point = b->entry_point->func->nir_func; spirv_to_nir() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
| H A D | spirv_builder.c | 154 spirv_builder_emit_exec_mode_literal(struct spirv_builder *b, SpvId entry_point, in spirv_builder_emit_exec_mode_literal() argument 165 spirv_builder_emit_exec_mode_literal3(struct spirv_builder *b, SpvId entry_point, in spirv_builder_emit_exec_mode_literal3() argument 177 spirv_builder_emit_exec_mode(struct spirv_builder *b, SpvId entry_point, in spirv_builder_emit_exec_mode() argument 136 spirv_builder_emit_entry_point(struct spirv_builder *b, SpvExecutionModel exec_model, SpvId entry_point, const char *name, const SpvId interfaces[], size_t num_interfaces) spirv_builder_emit_entry_point() argument
|
| H A D | nir_to_spirv.c | 4256 SpvId entry_point = spirv_builder_new_id(&ctx.builder); in nir_to_spirv() local [all...] |
| /third_party/node/deps/v8/src/logging/ |
| H A D | log.cc | 1438 void Logger::CallbackEvent(Handle<Name> name, Address entry_point) { in CallbackEvent() argument 1442 void Logger::GetterCallbackEvent(Handle<Name> name, Address entry_point) { in GetterCallbackEvent() argument 1446 void Logger::SetterCallbackEvent(Handle<Name> name, Address entry_point) { in SetterCallbackEvent() argument 2296 Address entry_point = v8::ToCData<Address>(callback_obj); in LogExistingFunction() local 1427 CallbackEventInternal(const char* prefix, Handle<Name> name, Address entry_point) CallbackEventInternal() argument [all...] |