Home
last modified time | relevance | path

Searched defs:api (Results 1 – 25 of 44) sorted by relevance

12

/device/generic/vulkan-cereal/protocols/vulkan/xml/cereal/
Dencoder.py110 api, argument
123 def emit_custom_pre_validate(typeInfo, api, cgen): argument
140 def emit_custom_resource_preprocess(typeInfo, api, cgen): argument
149 def emit_custom_resource_postprocess(typeInfo, api, cgen): argument
214 def custom_encoder_args(api): argument
227 def __init__(self, api): argument
262 def emit_parameter_encode_preamble_write(typeInfo, api, cgen): argument
274 def emit_parameter_encode_copy_unwrap_count(typeInfo, api, cgen, customUnwrap=None): argument
351 def is_cmdbuf_dispatch(api): argument
354 def emit_parameter_encode_write_packet_info(typeInfo, api, cgen): argument
[all …]
Ddecoder.py203 def __init__(self, api): argument
241 def emit_call_log(api, cgen): argument
255 def emit_decode_parameters(typeInfo, api, cgen, globalWrapped=False): argument
294 def emit_dispatch_call(api, cgen): argument
329 def emit_global_state_wrapped_call(api, cgen): argument
338 def emit_decode_parameters_writeback(typeInfo, api, cgen, autobox=True): argument
374 def emit_decode_return_writeback(api, cgen): argument
381 def emit_decode_finish(api, cgen): argument
389 def emit_destroyed_handle_cleanup(api, cgen): argument
427 def emit_seqno_incr(api, cgen): argument
[all …]
Dsubdecode.py152 def __init__(self, api): argument
191 def emit_call_log(api, cgen): argument
207 def emit_decode_parameters(typeInfo, api, cgen, globalWrapped=False): argument
252 def emit_dispatch_call(api, cgen): argument
274 def emit_global_state_wrapped_call(api, cgen): argument
281 def emit_default_decoding(typeInfo, api, cgen): argument
286 def emit_global_state_wrapped_decoding(typeInfo, api, cgen): argument
Dfunctable.py88 def is_cmdbuf_dispatch(api): argument
91 def is_queue_dispatch(api): argument
123 def genEncoderOrResourceTrackerCall(cgen, api, declareResources=True): argument
323 def isDeviceDispatch(self, api): argument
Ddecodersnapshot.py96 def extract_deps_vkAllocateCommandBuffers(param, access, lenExpr, api, cgen): argument
112 def is_modify_operation(api, param): argument
118 def emit_impl(typeInfo, api, cgen): argument
188 def emit_passthrough_to_impl(typeInfo, api, cgen): argument
Dfrontend.py52 def frontendDefFunc(codegen, api): argument
/device/generic/vulkan-cereal/third-party/angle/src/tests/test_expectations/
DGPUTestConfig.cpp487 inline bool IsD3D9(const GPUTestConfig::API &api) in IsD3D9()
493 inline bool IsD3D11(const GPUTestConfig::API &api) in IsD3D11()
499 inline bool IsGLDesktop(const GPUTestConfig::API &api) in IsGLDesktop()
505 inline bool IsGLES(const GPUTestConfig::API &api) in IsGLES()
511 inline bool IsVulkan(const GPUTestConfig::API &api) in IsVulkan()
516 inline bool IsSwiftShader(const GPUTestConfig::API &api) in IsSwiftShader()
522 inline bool IsMetal(const GPUTestConfig::API &api) in IsMetal()
573 GPUTestConfig::GPUTestConfig(const API &api) : GPUTestConfig() in GPUTestConfig()
DGPUTestExpectationsTest.cpp39 void validateConfigAPI(const GPUTestConfig &config, const GPUTestConfig::API &api) in validateConfigAPI()
/device/generic/vulkan-cereal/third-party/angle/scripts/
Dgenerate_loader.py21 api, argument
62 def write_source(data_source_name, all_cmds, api, path, ns="", prefix=None, export=""): argument
/device/generic/vulkan-cereal/protocols/vulkan/xml/
Dreg.py27 def matchAPIProfile(api, profile, elem): argument
850 def fillFeatureDictionary(self, interface, featurename, api, profile): argument
930 def requireAndRemoveFeatures(self, interface, featurename, api, profile): argument
947 def assignAdditionalValidity(self, interface, api, profile): argument
Dpygenerator.py57 def addInterfaceMapping(self, api, feature, required): argument
/device/generic/vulkan-cereal/protocols/vulkan/scripts/
Dreg.py27 def matchAPIProfile(api, profile, elem): argument
866 def fillFeatureDictionary(self, interface, featurename, api, profile): argument
951 def requireAndRemoveFeatures(self, interface, featurename, api, profile): argument
970 def assignAdditionalValidity(self, interface, api, profile): argument
Dscriptgenerator.py9 def mostOfficial(api, newapi): argument
75 def addInterfaceMapping(self, api, feature, required): argument
/device/generic/car/car_x86_64/
Dmanifest.ini10 api=29 key
/device/sample/sdk_addon/
Dmanifest.ini16 api=15 key
/device/generic/vulkan-cereal/stream-servers/glestranslator/EGL/
DEglThreadInfo.h37 void setApi(EGLenum api) { m_api = api; } in setApi()
DEglValidate.cpp119 bool EglValidate::supportedApi(EGLenum api) { in supportedApi()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DThread.cpp61 void Thread::setAPI(EGLenum api) in setAPI()
/device/generic/opengl-transport/host/libs/virglrenderer/
DEglContext.h66 enum GLESApi api; member
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
Dgenerate_gl_dispatch_table.py176 def format_extension_requirements_lines(extension, entry_points, api): argument
/device/generic/vulkan-cereal/stream-servers/
DRenderLibImpl.cpp37 void RenderLibImpl::setAvdInfo(bool phone, int api) { in setAvdInfo()
/device/google/contexthub/firmware/os/inc/
Dbl.h82 struct BlApiTable api; member
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/
Drenderer_utils.cpp631 #define ANGLE_INSTANTIATE_SET_UNIFORM_MATRIX_FUNC(api, cols, rows) \ argument
651 #define ANGLE_SPECIALIZATION_ROWS_SET_UNIFORM_MATRIX_FUNC(api, cols, rows) \ argument
672 #define ANGLE_SPECIALIZATION_COLS_SET_UNIFORM_MATRIX_FUNC(api, cols, rows) \ argument
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/converged/
DCompositorNativeWindow11.cpp347 Microsoft::WRL::ComPtr<ABI::Windows::Foundation::Metadata::IApiInformationStatics> api; in SupportedWindowsRelease() local
/device/generic/vulkan-cereal/fake-android-guest/system/
Dwindow.h739 struct ANativeWindow* window, int api) in native_window_api_connect()
750 struct ANativeWindow* window, int api) in native_window_api_disconnect()

12