/device/generic/vulkan-cereal/protocols/vulkan/xml/cereal/ |
D | encoder.py | 110 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 …]
|
D | decoder.py | 203 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 …]
|
D | subdecode.py | 152 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
|
D | functable.py | 88 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
|
D | decodersnapshot.py | 96 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
|
D | frontend.py | 52 def frontendDefFunc(codegen, api): argument
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/test_expectations/ |
D | GPUTestConfig.cpp | 487 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()
|
D | GPUTestExpectationsTest.cpp | 39 void validateConfigAPI(const GPUTestConfig &config, const GPUTestConfig::API &api) in validateConfigAPI()
|
/device/generic/vulkan-cereal/third-party/angle/scripts/ |
D | generate_loader.py | 21 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/ |
D | reg.py | 27 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
|
D | pygenerator.py | 57 def addInterfaceMapping(self, api, feature, required): argument
|
/device/generic/vulkan-cereal/protocols/vulkan/scripts/ |
D | reg.py | 27 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
|
D | scriptgenerator.py | 9 def mostOfficial(api, newapi): argument 75 def addInterfaceMapping(self, api, feature, required): argument
|
/device/generic/car/car_x86_64/ |
D | manifest.ini | 10 api=29 key
|
/device/sample/sdk_addon/ |
D | manifest.ini | 16 api=15 key
|
/device/generic/vulkan-cereal/stream-servers/glestranslator/EGL/ |
D | EglThreadInfo.h | 37 void setApi(EGLenum api) { m_api = api; } in setApi()
|
D | EglValidate.cpp | 119 bool EglValidate::supportedApi(EGLenum api) { in supportedApi()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | Thread.cpp | 61 void Thread::setAPI(EGLenum api) in setAPI()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | EglContext.h | 66 enum GLESApi api; member
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
D | generate_gl_dispatch_table.py | 176 def format_extension_requirements_lines(extension, entry_points, api): argument
|
/device/generic/vulkan-cereal/stream-servers/ |
D | RenderLibImpl.cpp | 37 void RenderLibImpl::setAvdInfo(bool phone, int api) { in setAvdInfo()
|
/device/google/contexthub/firmware/os/inc/ |
D | bl.h | 82 struct BlApiTable api; member
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/ |
D | renderer_utils.cpp | 631 #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/ |
D | CompositorNativeWindow11.cpp | 347 Microsoft::WRL::ComPtr<ABI::Windows::Foundation::Metadata::IApiInformationStatics> api; in SupportedWindowsRelease() local
|
/device/generic/vulkan-cereal/fake-android-guest/system/ |
D | window.h | 739 struct ANativeWindow* window, int api) in native_window_api_connect() 750 struct ANativeWindow* window, int api) in native_window_api_disconnect()
|