Searched refs:temp_data (Results 1 – 10 of 10) sorted by relevance
/third_party/nghttp2/doc/_exts/sphinxcontrib/ |
D | rubydomain.py | 112 'module', self.env.temp_data.get('rb:module')) 113 classname = self.env.temp_data.get('rb:class') 155 'module', self.env.temp_data.get('rb:module')) 206 'module', self.env.temp_data.get('rb:module')) 243 self.env.temp_data['rb:class'] = None 324 self.env.temp_data['rb:class'] = self.names[0][0] 375 if lastname and not self.env.temp_data.get('rb:class'): 376 self.env.temp_data['rb:class'] = lastname.strip('.') 400 env.temp_data['rb:module'] = modname 448 env.temp_data['rb:module'] = None [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vf_vmafmotion.c | 192 s->vmafdsp.convolution_y(s->filter, 5, ref->data[0], s->temp_data, in ff_vmafmotion_process() 194 s->vmafdsp.convolution_x(s->filter, 5, s->temp_data, s->blur_data[0], in ff_vmafmotion_process() 251 !(s->temp_data = av_malloc(data_sz))) { in ff_vmafmotion_init() 295 av_free(s->temp_data); in ff_vmafmotion_uninit()
|
D | vmaf_motion.h | 48 uint16_t *temp_data; member
|
D | vf_libvmaf.c | 94 float *temp_data, int stride, void *ctx) \ 160 int (*read_frame)(float *ref_data, float *main_data, float *temp_data, in compute_vmaf_score()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_tables.cpp | 346 … ImGuiTableTempData* temp_data = table->TempData = &g.TablesTempDataStack[g.CurrentTableStackIdx]; in BeginTableEx() local 347 temp_data->TableIndex = table_idx; in BeginTableEx() 364 temp_data->UserOuterSize = outer_size; in BeginTableEx() 413 temp_data->HostBackupWorkRect = inner_window->WorkRect; in BeginTableEx() 414 temp_data->HostBackupParentWorkRect = inner_window->ParentWorkRect; in BeginTableEx() 415 temp_data->HostBackupColumnsOffset = outer_window->DC.ColumnsOffset; in BeginTableEx() 416 temp_data->HostBackupPrevLineSize = inner_window->DC.PrevLineSize; in BeginTableEx() 417 temp_data->HostBackupCurrLineSize = inner_window->DC.CurrLineSize; in BeginTableEx() 418 temp_data->HostBackupCursorMaxPos = inner_window->DC.CursorMaxPos; in BeginTableEx() 419 temp_data->HostBackupItemWidth = outer_window->DC.ItemWidth; in BeginTableEx() [all …]
|
/third_party/boost/boost/compute/container/ |
D | basic_string.hpp | 253 ::boost::compute::vector<CharT> temp_data(other.m_data); in swap() 255 m_data = temp_data; in swap()
|
/third_party/boost/libs/compute/include/boost/compute/container/ |
D | basic_string.hpp | 253 ::boost::compute::vector<CharT> temp_data(other.m_data); in swap() 255 m_data = temp_data; in swap()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cBufferStorageTests.cpp | 2194 GLubyte temp_data[data_size]; in iterate() local 2201 temp_data[i] = 0; in iterate() 2227 Buffer::GetSubData(gl, GL_COPY_WRITE_BUFFER, 0 /* offset */, data_size, temp_data); in iterate() 2229 if (0 != memcmp(temp_data, write_data, data_size)) in iterate() 2244 Buffer::GetSubData(gl, GL_COPY_WRITE_BUFFER, 0 /* offset */, data_size, temp_data); in iterate() 2246 if (0 != memcmp(temp_data, read_data, data_size)) in iterate() 2265 GLubyte temp_data[data_size]; in iterate() local 2271 temp_data[i] = 0; in iterate() 2285 Buffer::GetSubData(gl, GL_COPY_WRITE_BUFFER, 0 /* offset */, data_size, temp_data); in iterate() 2287 if (0 != memcmp(temp_data, update_data, data_size)) in iterate()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_texture.h | 47 GLubyte *temp_data; /**< Temporary compressed texture storage. */ member
|
D | st_cb_texture.c | 602 *mapOut = itransfer->temp_data = in st_MapTextureImage() 651 itransfer->temp_data, in st_UnmapTextureImage() 659 itransfer->temp_data, in st_UnmapTextureImage() 667 itransfer->temp_data, in st_UnmapTextureImage() 690 itransfer->temp_data, in st_UnmapTextureImage() 698 itransfer->temp_data, in st_UnmapTextureImage() 705 itransfer->temp_data, in st_UnmapTextureImage() 715 itransfer->temp_data = NULL; in st_UnmapTextureImage()
|