Home
last modified time | relevance | path

Searched defs:ArgumentInfo (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.h357 struct ArgumentInfo struct
359 ArgumentInfo(const BlockMemberInfo& b, const TType& t, int clampedIndex, int bufferIndex) : in ArgumentInfo() argument
366 ArgumentInfo getArgumentInfo(TIntermTyped *argument, int index); argument
/third_party/mbedtls/scripts/mbedtls_dev/
Dc_parsing_helper.py19 class ArgumentInfo: class
Dc_wrapper_generator.py130 arg: ArgumentInfo) -> str:
143 arg: ArgumentInfo) -> str:
/third_party/mbedtls/tests/scripts/
Dgenerate_psa_wrappers.py99 def _detect_buffer_parameters(arguments: List[c_parsing_helper.ArgumentInfo],
/third_party/node/deps/v8/include/
Dv8-fast-api-calls.h453 const CTypeInfo& ArgumentInfo(unsigned int index) const { in ArgumentInfo() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_ext_inst_test.cpp6336 TEST_P(ArgumentBasics, ArgumentInfo) { in TEST_P() argument
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_ext_inst_test.cpp6336 TEST_P(ArgumentBasics, ArgumentInfo) { in TEST_P() argument
/third_party/spirv-tools/test/val/
Dval_ext_inst_test.cpp6545 TEST_P(ArgumentBasics, ArgumentInfo) { in TEST_P() argument
/third_party/node/deps/v8/src/api/
Dapi.cc10531 const CTypeInfo& CFunctionInfo::ArgumentInfo(unsigned int index) const { in ArgumentInfo() function in v8::CFunctionInfo