Searched refs:padding_bytes (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_internal.h | 153 IMGUI_API void* ImFileLoadToMemory(const char* filename, const char* file_open_mode, size_t* out_file_size = NULL, int padding_bytes = 0);
|
| H A D | imgui.cpp | 1528 void* ImFileLoadToMemory(const char* filename, const char* file_open_mode, size_t* out_file_size, int padding_bytes) argument 1546 void* file_data = ImGui::MemAlloc(file_size + padding_bytes); 1558 if (padding_bytes > 0) 1559 memset((void*)(((char*)file_data) + file_size), 0, (size_t)padding_bytes);
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_internal.h | 153 IMGUI_API void* ImFileLoadToMemory(const char* filename, const char* file_open_mode, size_t* out_file_size = NULL, int padding_bytes = 0);
|
| H A D | imgui.cpp | 1528 void* ImFileLoadToMemory(const char* filename, const char* file_open_mode, size_t* out_file_size, int padding_bytes) argument 1546 void* file_data = ImGui::MemAlloc(file_size + padding_bytes); 1558 if (padding_bytes > 0) 1559 memset((void*)(((char*)file_data) + file_size), 0, (size_t)padding_bytes);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_instruction_selection.cpp | 3887 int padding_bytes = local in function:aco::__anon562fcc110110::emit_load 3891 aco_opcode::p_create_vector, Format::PSEUDO, info.num_components + !!padding_bytes, 1)}; 3894 if (padding_bytes) 3895 vec->operands[info.num_components] = Operand(RegClass::get(RegType::vgpr, padding_bytes));
|
Completed in 61 milliseconds