Searched refs:const_data (Results 1 - 15 of 15) sorted by relevance
/third_party/python/Lib/test/ |
H A D | _testcppext.cpp | 119 const void* const_data = PyUnicode_DATA(str); in Py_UNUSED() local 121 assert(PyUnicode_READ(ukind, const_data, 2) == 'c'); in Py_UNUSED()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | ff_fragment_shader.cpp | 694 ir_constant_data const_data; in emit_texenv() local 696 const_data.f[0] = float(1 << rgb_shift); in emit_texenv() 697 const_data.f[1] = float(1 << rgb_shift); in emit_texenv() 698 const_data.f[2] = float(1 << rgb_shift); in emit_texenv() 699 const_data.f[3] = float(1 << alpha_shift); in emit_texenv() 702 &const_data); in emit_texenv()
|
/third_party/ffmpeg/libavutil/aarch64/ |
H A D | asm.S | 195 .const_data
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | constants.cpp | 412 std::vector<uint32_t> const_data(first_word, in GetNumericVectorConstantWithWords() 415 GetConstant(element_type, const_data); in GetNumericVectorConstantWithWords()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | constants.cpp | 412 std::vector<uint32_t> const_data(first_word, in GetNumericVectorConstantWithWords() 415 GetConstant(element_type, const_data); in GetNumericVectorConstantWithWords()
|
/third_party/spirv-tools/source/opt/ |
H A D | constants.cpp | 451 std::vector<uint32_t> const_data(first_word, in GetNumericVectorConstantWithWords() 454 GetConstant(element_type, const_data); in GetNumericVectorConstantWithWords()
|
/third_party/ffmpeg/libavutil/arm/ |
H A D | asm.S | 133 .const_data
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | MemoryBuffer.cpp | 206 return MFR.const_data() + (Offset - getLegalMapOffset(Offset)); in getStart()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | MemoryBuffer.cpp | 181 return MFR.const_data() + (Offset - getLegalMapOffset(Offset)); in getStart()
|
/third_party/cups-filters/filter/ |
H A D | pdftoraster.cxx | 1578 newdata = removeAlpha((unsigned char *)im.const_data(),newdata,im.width(),im.height()); in writePageImage() 1589 newdata = removeAlpha((unsigned char *)im.const_data(),newdata,im.width(),im.height()); in writePageImage() 1607 newdata = removeAlpha((unsigned char *)im.const_data(),newdata,im.width(),im.height()); in writePageImage()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_context.h | 324 struct pipe_resource *const_data; member 326 /** Surface state for const_data */
|
H A D | crocus_program.c | 2959 if (ish->const_data) { in crocus_delete_shader_state() 2960 pipe_resource_reference(&ish->const_data, NULL); in crocus_delete_shader_state()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | FileSystem.h | 688 readonly, ///< May only access map via const_data as read only. 718 const char *const_data() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 1163 readonly, ///< May only access map via const_data as read only. 1195 const char *const_data() const;
|
/third_party/node/deps/v8/src/execution/ |
H A D | isolate.cc | 3738 const uint8_t* const_data = const_cast<const uint8_t*>(data); in ThrowInternal() local 3739 SetEmbeddedBlob(const_code, code_size, const_data, data_size); in ThrowInternal()
|
Completed in 30 milliseconds